To check if a element is hidden in jQuery you can use the following snippet.

Sample jQuery

$(element).is(":visible");

3 thought on “How to check if a element is hidden in jQuery”

Leave a Reply