“Ajax Beforesend” Respostas de código

Ajax Beforesend

beforeSend: function() {
        // setting a timeout
        $(placeholder).addClass('loading');
    },
Thoughtful Tamarin

JQuery aborta Ajax

var xhr = $.ajax({
    type: "GET",
    url: "https://www.codegrepper.com/myapi.php",
    success: function(response){
       //do something
    }
});

xhr.abort(); //kill the request
Grepper

Respostas semelhantes a “Ajax Beforesend”

Perguntas semelhantes a “Ajax Beforesend”

Procure respostas de código populares por idioma

Procurar outros idiomas de código