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