There are a number of posts on how to get/set the height of hidden elements (e.g. this and this).
What I want, though, is a height query which gives the answer 0 for hidden elements and the visible height for visible elements. I can do it with a bunch of if statements, but is there a simpler way?
Thanks.
:visibleselector. However, it's in a onresize function and there's a bunch of checks I need to make, so the less DOM queries, the better :) – Nick Jun 24 '12 at 2:28