Richard Thompson
Member since Jan 3, 2010
- Profile: /members/5081-richard-thompson.htm
- Comments: 1
Recent Blog Comments By Richard Thompson
-
Catching Timeout Errors With jQuery Powered AJAX
Posted on Jan 3, 2010 at 8:27 PM
@ Hemanshu You can actually use the ajaxSetup function to give all of your queries a certain timeout value as well as other options included in the $.ajax function. You simply use $.ajaxSetup({ timeout: 20000 }); If you want to make it specific to each request then yes, you would have to con... read more »