To select a element only if hidden in jQuery you can use the snippet below.

Sample jQuery

$("#myElementId:hidden");

6 thought on “How to select a element only if hidden in jQuery”

Leave a Reply