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:
$('#id').is(':visible');
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With