Showing posts with label jQuery hidden selector. Show all posts
Showing posts with label jQuery hidden selector. Show all posts

Wednesday, October 3, 2012

jQuery hidden selector


The jQuery hidden selector is used to filter out all the hidden elements in a page.

$("input:hidden")

In this post we shall see on how to use the jQuery hidden selector to select all the hidden elements in a page.

The following script lists out all the hidden elements in a page