cachette du panneau parent jQuery

// Checks css for display:[none|block], ignores visibility:[true|false]
$(element).is(":hidden"); 
Grepper