← ^ →
jQuery
$('#errorConsole').ajaxError(reportErrorFunction)
$.ajaxSetup()
$.ajaxSetup({ url: "/xmlhttp/", global: false, type: "POST" }); $.ajax({ data: myData });
José M. Vidal .
10 of 11