[jQuery] Re: jquery 1.3.2 error with $(':inp...@name=submit]')???

2009-08-04 Thread micorreo13
I did it!! Thank you On Aug 2, 10:45 pm, John Resig wrote: > Just remove the @ and it'll work fine. > > --John > > On Sun, Aug 2, 2009 at 12:07 PM, micorreo13 wrote: > > > I was using jquery-1.2.6 and now, I started to use jquery-1.3.2, and I > > get my

[jQuery] jquery 1.3.2 error with $(':inp...@name=submit]')???

2009-08-02 Thread micorreo13
I was using jquery-1.2.6 and now, I started to use jquery-1.3.2, and I get my first "difference": when I use the wrapped set operation $ (':inp...@name=submit]') with jquery-1.3.2 it returns all input fields, but if I use it with jquery-1.2.6 it returns 0 (as espected). Is it an error with 1.3.2