var isVisible = $('...').is(':visible'); var isHidden = $('...').is(':hidden');
Sunday, July 4, 2010
User Jquery to check if element is visible
Labels:
JQuery,
visibility
Subscribe to:
Post Comments (Atom)
Solve first, then blog!
var isVisible = $('...').is(':visible'); var isHidden = $('...').is(':hidden');
No comments:
Post a Comment