//Configurações do jQuery jQuery.ajaxSetup({ dataType: "json", type: "post", timeout: 15000, error: function(){ //alert("Ocorreu um erro durante o carregamento dos complementos."); window.location.href = window.location.href; } });