SyntaxFix
Write A Post
Hire A Developer
Questions
Append .done() to your ajax request.
.done()
$.ajax({ url: "test.html", context: document.body }).done(function() { //use this alert("DONE!"); });
See the JQuery Doc for .done()