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

2009-06-11 Thread Suz T.
ot;#content div").hide(); // this will hide every div within #content using part of your click function below a "filter" like you are asking about could be $("#content div:visible").hide(); is that all you are trying to do is hide them? Suz T. wrote: Hello I am post

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

2009-06-11 Thread Suz T.
Hello I am posting for the first time.. and am resending my message because it didn't appear to post to the group. As mentioned below, just starting out with jquery/javascript and need some help with the script below to have it start with none of the #content div showing. I expect this is pr