oclockvn
1/20/2017 - 7:01 AM

ajax options inline

ajax options inline

$.ajax({
    url: '/server/action',
    success: function(response) {},
    error: function(xhr, stt, err) {},
    complete: function() {}
});