jQuery ajax- . /, Ajax. .
:
: , : , : true
:
Ajax . - true. false, , ajaxStart ajaxStop. Ajax.
:
$.ajax({
global: false,
type: "POST",
url: 'ajax/test.html',
success: function(data) {
$('.result').html(data);
alert('Load was performed.');
}
});
ajax ajax, blockUI.