Default Ajax
$.ajax({ contentType: 'application/json', dataType: 'html', type: 'GET', async: true, cache: false, url: url, success: function(result) { }, error: function() { } });