Re: [jQuery] toggleClass and removeClass

2006-09-22 Thread Jörn Zaefferer
Mark D. Lincoln schrieb: I have found a couple of fixes for the problem of using toggleClass and removeClass in Internet Explorer (IE). It seems the root of the problem is that when you have multiple classes assigned to the className property of an element in IE (“class1 class2”) and you

Re: [jQuery] toggleClass and removeClass

2006-09-22 Thread Brandon Aaron
This solved my problems. Thanks! Brandon On 9/22/06, Jörn Zaefferer [EMAIL PROTECTED] wrote: Mark D. Lincoln schrieb: I have found a couple of fixes for the problem of using toggleClass and removeClass in Internet Explorer (IE). It seems the root of the problem is that when you have

[jQuery] toggleClass and removeClass

2006-09-21 Thread Mark D. Lincoln
I have found a couple of fixes for the problem of using toggleClass and removeClass in Internet Explorer (IE). It seems the root of the problem is that when you have multiple classes assigned to the className property of an element in IE (class1 class2) and you remove one of the classes

Re: [jQuery] toggleClass and removeClass

2006-09-21 Thread George Adamson
Hello Mark, Nice to see this bug progressing. A search on keywords http://www.nabble.com/forum/Search.jtp?forum=15494local=yquery=classname+space classname space in the Nabble jquery forum reveals that quite a few of us have reported this in one form or another. Cheers, George Mark D.

[jQuery] toggleClass and removeClass

2006-09-21 Thread Mark D. Lincoln
George, I noticed the reports of this bug. Unfortunately, it was annoying me in the jQuery stuff I was working on, so I looked for a solution. I just figured I would save someone else the headache of tracking it down. Mark D. Lincoln Mark D. Lincoln, Director of Research