Strange issue using jquery in IE6

I use the jquery download method to update the div, it works fine until I test my code under IE6. The problem is this: in IE6, when I click the button to invoke the loading method, the page remains unchanged until I move the cursor, which means that if I click and hold the mouse, the page remains unchanged if I move the mouse, the page refreshes.

This issue only occurs in IE6. IE7, IE8, Firefox have no problems.

Have guys ever encountered such a problem?

+5
source share
1 answer

IE6 , . , , ... IE:

$(window).resize();
+4

All Articles