Code has been added to clipboard!
Callback Function With jQuery AJAX
Example
$("#ajaxLoad").load("ajax/document.html #target", function() {
alert("The target element has been loaded!");
});
Code has been added to clipboard!
$("#ajaxLoad").load("ajax/document.html #target", function() {
alert("The target element has been loaded!");
});