Rodge
Member since Oct 14, 2011
- Profile: /members/9122-rodge.htm
- Comments: 1
Recent Blog Comments By Rodge
-
Catching Timeout Errors With jQuery Powered AJAX
Posted on Oct 14, 2011 at 5:58 AM
I am having a problem with the timeout function. I have a setInterval wich does an ajax call. If the ajax call timesout, all other ajax requests will automatically timeout too.. Any idea how to solve this problem?? sample: setInterval(function(){ ajaxCall(); }, 10000); $.ajaxSetup({ timeout... read more »