[jQuery] Re: equivalent to prototype's invoke?

2008-08-27 Thread riegersn
Ah, that makes sense. Thats my fault for not reading the docs thoroughly. Thanks!

[jQuery] Re: equivalent to prototype's invoke?

2008-08-27 Thread Josh Nathanson
You need to do this: $("#div1, #div2").hide(); Both selectors go inside the quotes. Otherwise, you are passing 2 arguments to jquery, and the second argument sets the context for the selector search. -- Josh - Original Message - From: "riegersn" <[EMAIL PROTECTED]> To: "jQuery (