What are you trying to do?  Once you send a AJAX request you can not cancel
it(to the best of my knowledge) and if you try to send another while that
one it still processing, than that one will fail.


Tamm wrote:
> 
> 
> I'm working on a function that sends far too many ajax calls, an easy
> way to take care of the problem would be to kill all ajax calls before
> sending a new one (i.e. if it isn't done yet, nvm the result)
> 
> the xhr object idea works for one call or if you know all the previous
> calls but I simply want to kill ANY ajax calls currently not
> completed...
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Killing-ajax-calls-tf4308412s15494.html#a12265931
Sent from the JQuery mailing list archive at Nabble.com.

Reply via email to