Testing for display status
Testing for display status
Is there any way to use an if statement to see an element is currently hidden or displayed?
like:
var child1 = $('#divImgH1');
if (child1.IsVisible())
{ do something;}
Thanks.
Topic Participants
nash.huda
Kevin Boudloche