Skip to main content
updated; added 77 characters in body; added 31 characters in body
Source Link
tvanfosson
  • 529.9k
  • 102
  • 698
  • 798

You can't recall the request but you can set a timeout value after which the response will be ignored. See this page for jquery AJAX options. I believe that your error callback will be called if the timeout period is exceeded. There is already a default timeout on every AJAX request.

You can also use the abort() method on the request object but, while it will cause the client to stop listening for the event, it may probably will not stop the server from processing it.

You can't recall the request but you can set a timeout value after which the response will be ignored. See this page for jquery AJAX options. I believe that your error callback will be called if the timeout period is exceeded. There is already a default timeout on every AJAX request.

You can't recall the request but you can set a timeout value after which the response will be ignored. See this page for jquery AJAX options. I believe that your error callback will be called if the timeout period is exceeded. There is already a default timeout on every AJAX request.

You can also use the abort() method on the request object but, while it will cause the client to stop listening for the event, it may probably will not stop the server from processing it.

Rollback to Revision 1
Source Link
Matt Fenwick
  • 48.8k
  • 24
  • 128
  • 197

You can't recall the request, but you can set a timeout value after which the response will be ignored. See jQuery.ajax() See this (jQuery API documentation)page for jQuery Ajaxjquery AJAX options. I I believe that your error callback will be called if the timeout period is exceeded. There There is already a default timeout on every AjaxAJAX request.

You can't recall the request, but you can set a timeout value after which the response will be ignored. See jQuery.ajax() (jQuery API documentation) for jQuery Ajax options. I believe that your error callback will be called if the timeout period is exceeded. There is already a default timeout on every Ajax request.

You can't recall the request but you can set a timeout value after which the response will be ignored. See this page for jquery AJAX options. I believe that your error callback will be called if the timeout period is exceeded. There is already a default timeout on every AJAX request.

Named the link.
Source Link
Peter Mortensen
  • 31.3k
  • 22
  • 109
  • 132

You can't recall the request, but you can set a timeout value after which the response will be ignored. See thisSee pagejQuery.ajax() (jQuery API documentation) for jquery AJAXjQuery Ajax options. II believe that your error callback will be called if the timeout period is exceeded. ThereThere is already a default timeout on every AJAXAjax request.

You can't recall the request but you can set a timeout value after which the response will be ignored. See this page for jquery AJAX options. I believe that your error callback will be called if the timeout period is exceeded. There is already a default timeout on every AJAX request.

You can't recall the request, but you can set a timeout value after which the response will be ignored. See jQuery.ajax() (jQuery API documentation) for jQuery Ajax options. I believe that your error callback will be called if the timeout period is exceeded. There is already a default timeout on every Ajax request.

Source Link
tvanfosson
  • 529.9k
  • 102
  • 698
  • 798
Loading