[jQuery] Re: Trouble with attr() and IE7, and onclick...

2008-04-21 Thread Yansky
Not sure if this'll do anything, but you should prolly use if(body === "") instead of if(body == "") because "comparisons against null, 0, true, false, or an empty string allowing implicit type conversion". vincehofmeister wrote: > > > Ok, So my code is running fine under FF2, no problems. Ho

[jQuery] Re: Trouble with attr() and IE7, and onclick...

2008-04-20 Thread Karl Rudd
The only thing I could see that might be wrong is in "uncheckAll()". Don't need the "on" as the second argument to "removeAttr()". That shouldn't cause any problems though. Do you have a "live" version of the page that we could look at? It doesn't have to be "working", just a static HTML version

[jQuery] Re: Trouble with attr() and IE7, and onclick...

2008-04-20 Thread vincehofmeister
Anyone?