Community Member Profile
Richard Thompson
Member since Jan 3, 2010
- Profile: /members/5081-Richard-Thompson.htm
- Comments: 1
- Points: 10
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 the... read more »



