JQuery visibility filter: hidden and: visibility usage example _ jquery

Source: Internet
Author: User
This article mainly introduces the usage of jQuery visibility filters: hidden and: visibility. examples show the functions and related usage skills of: hidden and: visibility, for more information about jQuery visibility filter: Den and: visibility, see the following example. Share it with you for your reference. The specific analysis is as follows:

: Hidden
Matches all the invisible elements. if the css visibility attribute is used to make the elements do not show but occupy space, the elements do not belong to hidden.
Find the tr element of display: none, $ ("tr: hidden ")

: Visible
Match all visible elements
Find all elements whose display is not none, $ ("tr: visible ")

Example:

123456 $ ("tr: hidden"); // select the element with the id of one $ ("tr: visible "); // select the elements with id "two" and "three"

In fact, the two filters do not care whether the elements are hidden or invisible. I think that if the filter is display: none, use: hidden to retrieve it. if the filter does not have display: none, it can be obtained at any time.

I hope this article will help you with jQuery programming.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.