Basic AJAX Question:

How do we abort the current XMLHttpRequest in AJAX?

Tweet Share WhatsApp

Answer:

Just call the abort() method on the request to abort the current XMLHttpRequest in AJAX.

Download AJAX PDF Read All 61 AJAX Questions
Previous QuestionNext Question
How Ajax is Different?How do I access data from other domains to create a mashup with Java?