[jQuery] Re: A gotcha with attr(key,value)

2008-05-31 Thread Peter Mott
That's great though I am not sure it is worth complicating jquery for. It's a very marginal sort of bug I think. Thanks, Peter Ariel Flesler wrote: > There's already a patch for this but needs to be tested quite much. > > Note that this wasn't introduced on jQuery 1.2.6. Same happened (at > leas

[jQuery] Re: A gotcha with attr(key,value)

2008-05-31 Thread Ariel Flesler
There's already a patch for this but needs to be tested quite much. Note that this wasn't introduced on jQuery 1.2.6. Same happened (at least on IE) when using 1.2.3. 1.2.6 works better than 1.2.3 as attributes like id, name, etc are correctly retrieved from forms, while 1.2.3 was failing. The p