AJAX $.ajax({ type: POST, url: url, data: data, dataType: dataType, success: function () {}, error: fu...