jQuery Question
Showing posts with label
jquery question
.
Show all posts
Showing posts with label
jquery question
.
Show all posts
Wednesday, 16 November 2011
How do you test to see if that element is currently hidden or visible on the screen?
Answer:
$
(
element
).
is
(
":visible"
)
// Checks for display:[none|block], ignores visible:[true|false]
Home
Subscribe to:
Posts (Atom)