JQuery Check to See if Div is Shown [duplicate]

if ( $(this).is(':visible') ) should work for this relatively simple show/hide.

Leave a Comment