Interesting....If I tab through the inputs everything works fine, but if I click into one of the inputs and then click somewhere else on the page the blur event doesn't fire in IE6 or Opera 9.

--Aaron

On 8/29/06, Realazy XA Chen <[EMAIL PROTECTED]> wrote:
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

_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/



_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/

Reply via email to