> Therefore I added some simple code to handle my need, however I can't > get it to work in IE7/8 or Safari 3.2.3 but it does work in FF > 3.0.10 ,Opera 9.64 and Chrome 2.0.172.28 (with a slight delay).
I'm not sure what symptoms you're experiencing, but... Are you expecting every request to go through readyState==3? That isn't guaranteed. An XHR can go from 2 to 4. Also, jQuery uses polling -- not an event -- to check readyState, so if XHR went to 3 for a very short time it might not be caught by a poll anyway. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "jQuery Development" group. To post to this group, send email to jquery-dev@googlegroups.com To unsubscribe from this group, send email to jquery-dev+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/jquery-dev?hl=en -~----------~----~----~----~------~----~------~--~---