2009-10-16 8 views

Répondre

1

Vous seriez à la recherche de la complète() rappel dans ce cas, ce qui se produit après le succès:

// A function to be called when the request finishes 
// (after success and error callbacks are executed). 
// The function gets passed two arguments: The 
// XMLHttpRequest object and a string describing the 
// type of success of the request. This is an Ajax Event. 
complete: function (XMLHttpRequest, textStatus) { 
    this; // the options for this ajax request 
} 
Questions connexes