[jQuery] Re: visible divs and selectors

2009-12-11 Thread Scott Sauyet
On second thought, I think I get it. You're doing something screwy with this: if ($("#regions div").is(":visible")) { /* ... */} It's not clear to me without checking the docs even what it means to call .is() on a group of items, but I don't think this is really what you want. Ideally, you

[jQuery] Re: visible divs and selectors

2009-12-11 Thread Scott Sauyet
Any chance you could post a small test case somewhere? I *think* I understand what's happening, but without seeing it, it's hard to diagnose. -- Scott