Just wondering how to determine a jQuery statement like this
if( $("#test").css('display', 'block') == true) {
return true;
}
Basically, I want to be able to determine IF an element has is currently being shown or hidden via the "display:block" attribute ?