im trying to perform a simple $(element).addClass('className', 1000);
and while it runs smoothly in FF, IE7 is broken. the line of code is
executed, but the element doesnt alter its appearance. when a second
line of removeClass is executed, the element takes on the appearance
of the 'className' class, with no animation. meaning it does the
opposite thing and misses the morph..

ive spent a number of hours now, playing with code, trying to do the
same thing through an .animate() function, etc. ive googled this, and
yet it seems nobody else has come across this. which usually means the
problem is with me. yet my code is pretty simple. in addition, simple
examples of addClass - from example pages, arent working in my IE.
e.g. http://docs.jquery.com/UI/Effects/addClass
is this a known issue, or is it something that sounds irregular?

Reply via email to