December 2013
Intermediate to advanced
384 pages
9h 54m
English
$("div:visible"); //selects <div> elements that are currently visible $("div:hidden"); //selects <div> elements that are currently hidden
If you are using visibility to control the flow and interactions of your web page components then using the visibility jQuery selectors makes it simple to select the HTML elements that are hidden or visible. Table 4.6 shows some examples of visibility selectors.
Table 4.6 Examples of Using Attribute jQuery Selectors
Read now
Unlock full access