[jQuery] If I'm using toggle, how do I check if it's shown or hidden?
Hi,
I'm using the toggle method to show/hide divs
$('#giftMsg').toggle();
But how do I check if a div is currently displayed or not? I've
discovered that there is no such thing as a "shown()" or "hidden()"
method. - Dave