156
rated 0 times
[
163]
[
7]
/ answers: 1 / hits: 32160
/ 14 Years ago, mon, august 3, 2009, 12:00:00
How would I check if all the div's with class test are hidden. And if they are all hidden set wrap1 to hidden. Thanks.
<div id='wrap1'>
<div class=header>Header 1</div>
<div class='test'><a href=#>Test 1</a></div>
<div class='test'><a href=#>Test 2</a></div>
<div class='test'><a href=#>Test 3</a></div>
</div>
UPDATE:
Thanks everyone for the really quick answers, I got it working. They were all very helpful.
More From » jquery