Conectando ao servidor principal...
'); }, complete: function (e, xhr, settings) { if (e.status === 200) { $("#status").html("Logado e seguro: Redirecionando para página "); // TRIGGER SETELAH SUKSES NANTI DISINI, BISA BERUPA DIRECT KE DASHBOARD setTimeout(function () { window.location.href = "/dashboard"; // The URL that will be redirected too. }, 3000); } else { //Shake animation effect. $('form').shake(); $("#status").html("Erro: Usuário ou senha inválidos. "); } } }); } return false; }); $('input').iCheck({ checkboxClass: 'icheckbox_square-blue', radioClass: 'iradio_square-blue', increaseArea: '20%' // optional }); });