Checking if an element is hidden
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 9 years ago
- B Butts
Your Answer