A strange problem using jquery in IE6.

Posted by Tony on Stack Overflow See other posts from Stack Overflow or by Tony
Published on 2010-03-29T03:20:12Z Indexed on 2010/03/29 3:23 UTC
Read the original article Hit count: 324

Filed under:

I am using jquery load method to update divs , it works great until I test my code under IE6. The problem is : under IE6 , when I click a button to trigger a load method , the page is remaining unchanged until I move my cursor, that means if I click my mouse and keep my hand away from the mouse , the page is unchanged , if I move the mouse , the page is updated.

This problem is only occurred under IE6 . IE7 , IE8, Firefox all have no problem.

Have you guys ever encountered this kind of problem ?

© Stack Overflow or respective owner

Related posts about jQuery