hi, folks.

I set up an example page here: http://realazy.org/temp/tut/form_hover_step3.html

and some js code like this:

$("[EMAIL PROTECTED]'text'], [EMAIL PROTECTED]'password'], textarea").hover(function(){$(this).addClass("ie_hover")}, function(){$(this).removeClass("ie_hover")}).focus(function(){$(this).addClass("ie_focus")}).blur(function(){$(this).removeClass("ie_focus")});

test in firefox all is ok, but in ie6, I never saw the ".blur(function(){$(this).removeClass("ie_focus")})" effect, that is, when I "onblur" this elements, they change nothing...

so does my falut? ie's fault? or jQuery's fault( I hope not :) )

thanks in advance.


Realazy
--
realazy.org
_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/

Reply via email to