-
Notifications
You must be signed in to change notification settings - Fork 0
jquery :visible
ythy edited this page Aug 3, 2017
·
1 revision
check if an element is hidden in jQuery
// Checks for display:[none|block], ignores visible:[true|false]
$(element).is(":visible");
tell me how get back to sunshine