Skip to content

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"); 
Clone this wiki locally