How do I check if an element is hidden in jQuery?
Asked 07 September, 2021
Viewed 2.5K times
  • 56
Votes

Is it possible to toggle the visibility of an element, using the functions .hide(), .show() or .toggle()?

How would you test if an element is visible or hidden?

30 Answer