Checking if an element is hidden
Advertisement
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?
Javascript
jQuery
- asked 10 years ago
- B Butts
0Answer


Your Answer