I'd like to know if there's a test conditions using which one can check the visibility state(hidden or visible) of a tag.
I mean a test condition,which could be used with the if() statement.
thanks!
|
I'd like to know if there's a test conditions using which one can check the visibility state(hidden or visible) of a tag. I mean a test condition,which could be used with the if() statement. thanks! |
||||
|
if you are using jQuery then:
|
|||
|
|
In case you don't use jQuery this simple javascript condition should work:
|
|||
|
|
|
Simple solution is to use jQuery and do |
|||
|
|
|
If you use jQuery, it's very easy:
|
|||
|
|
offsetWidthandoffsetHeightproperties are greater than zero - with some quirks abouttrelements I think -... – CMS Oct 11 '10 at 7:03