[jQuery] So what is wrong with ie6 on blur?

[jQuery] So what is wrong with ie6 on blur?

hi, folks.
I set up an example page here: <a href="http://realazy.org/temp/tut/form_hover_step3.html">http://realazy.org/temp/tut/form_hover_step3.html</a>
and some js code like this:
$("input[@type='text'], input[@type='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 :) )<br clear="all">
thanks in advance.
Realazy
--
<a href="http://realazy.org">realazy.org</a>
_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/