$.ajax('[URL]', { method: 'POST', dataType: 'json', timeout: 5000 }).then(function (responseJSON) { console.log(responseJSON); }).catch(function(err){ console.log('Caught an error:' + err.statusText); });