[jQuery] Fix removeClass toggleClass
G'day,
I've just been doing some cross browser testing of Jquery...and the
removeClass and toggleClass aren't working on IE6. Not sure exactly why but
it is related to having multiple spaces in className
I had a look at the original RegExp and may I humbly suggest
new RegExp('((^\\s*)|\\s*([^-]))\\b' + c +
'(\\b(?=[^-])\\s*(?=\\3)|(\\s*$))','g'),'');
And might I say RexExp is utterly confusing....
Kent
_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/