[jQuery] Bugs in 1 and 1.01

2006-09-01 Thread Andrew Buzzell
I didn't see a way to post this in trac, so if I ought to have, please advise. It seems that set (both name:value and hash) is not working, as well as removeclass on multiple classes (and, of course, toggleclass with multiple classes). ___ jQuery

Re: [jQuery] Bugs in 1 and 1.01

2006-09-02 Thread John Resig
> It seems that set (both name:value and hash) is not working, as well as > removeclass on multiple classes (and, of course, toggleclass with > multiple classes). In 1.0, .set is now .attr - I made this particular change as it was much clearer, and now affords you with the ability to do: $("div")

Re: [jQuery] Bugs in 1 and 1.01

2006-09-02 Thread Andrew Buzzell
Great! I could have sworn some of the docs and visualjquery (nice work Yehuda) still had set yesterday, but I'm seeing attr now. When I'm debugging jquery problems, I have a habit of switching between three or four different versions I have kicking around, and I know one of them did work with

Re: [jQuery] Bugs in 1 and 1.01

2006-09-03 Thread Matthew Delmarter
ss(" active"); This behaves perfectly in IE. I hope this may help narrow down the problem and provide others with a short-term solution... Regards, Matthew Delmarter > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On > Behalf Of Andrew Buzz

Re: [jQuery] Bugs in 1 and 1.01

2006-09-03 Thread jquery
t; > I hope this may help narrow down the problem and provide others with a > short-term solution... > > Regards, > > Matthew Delmarter > > >> -Original Message- >> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On >> Behalf Of Andrew Buzzell