 |
javascript - Testing if something is hidden - Stack Overflow
In jQuery, it is possible to toggle the visibility of an element, using the functions .hide(), .show() or .toggle(). Using jQuery, how would you test if an element is visible or hidden?
stackoverflow.com |
 |