[jQuery] Re: How to test/filter for all divs being hidden ?

2009-06-17 Thread Charlie
One filter would be to check the length of div:visible, if zero no div's visible I think there is a lot easier way to accomplish your task without having to splice for ID's, writing filter tests and without any if statements at all by using classes for everything you are doing By

[jQuery] Re: How to test/filter for all divs being hidden ?

2009-06-11 Thread Charlie
this is confusing, all the #content div's are already hidden by css ( display:none) and you say it's already working . Not very clear what you are trying to accomplish $("#content div").hide(); // this will hide every div within #content using part of your click function below a "filter"

[jQuery] Re: How to test/filter for all divs being hidden ?

2009-06-11 Thread Suz T.
Thankyou for your response, I'll try to clarify what I am trying to doI am trying to have the content of a div on a page appear or disappear based on a click of a link. However I want to start the page with none of the content in divs being shown, thus I hid the #content div's in the