element is hidden jquery

64

element is hidden jquery -

// Checks CSS content for display:[none|block], ignores visibility:[true|false]
$(element).is(":visible");

// The same works with hidden
$(element).is(":hidden");

Comments

Submit
0 Comments