login.js
| 1 KB | Satir:
0
| js
Geri
$(document).ready(function(){ // $("#form-login").submit(function(){ // let data = $(this).serialize(); // let url = "/panel/giris"; // $.ajax({ // headers: {'X-CSRF-TOKEN': '{{csrf_token()}}'}, // type: "POST", // url: url, // data: data, // dataType: "json", // success: function(result){ // if(result.status === "success") // { // swal("Giriş Başarılı", "Anasayfaya yönlendiriliyorsunuz", "success"); // setTimeout(function(){ // window.location="/panel/anasayfa"; // },1000); // }else{ // swal({ // title: "Giriş Başarısız", // text: result.message, // type: "warning" // }); // } // } // }); // return false; // }); });
Kaydet
Ctrl+S ile kaydet