Sololearn: Learn to Code
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1
$.ajax({ url: "target", type: "GET", dataType: "html", success: function (data, status, jqXHR) { $("#container").html(data); alert("Local success callback."); }, error: function (jqXHR, status, err) { alert("Local error callback."); }, complete: function (jqXHR, status) { alert("Local completion callback."); } })
21st Dec 2017, 1:05 PM
Iman Jamaatlou
Iman Jamaatlou - avatar