[jQuery] Issue with IE 7 and multiple simultaneous ajax requests
I have implemented a form validation process that uses ajax to check
fields whenever a field value changes and also at form load when
fields are filled with existing values.
This process works just fine in all browsers execpt in IE when a form
loads.
In IE7 page loading hangs when a form that requires content checking
is included.
I have tried to implement several forms of ajax request queuing but
have not been able to fix the problem.
Any idea where the problem could come from
Using jquery 1.2.6 .