ลืมรหัสผ่าน
จดจำการเข้าสู่ระบบ
var ajaxurl = "https://www.vitamilkshop.com/wp-admin/admin-ajax.php"; // fix dupliate dispay twice var count = 0;
jQuery(document).ready(function () {
jQuery("#loginform").submit(function (evt) { // when login button click prevent to redirect evt.preventDefault(); jQuery(".loader-container").show();
var user_login = jQuery("#user_login").val(); var user_pass = jQuery("#user_pass").val(); var rememberme = false;
if (jQuery("#rememberme").is(":checked")) { rememberme = true; }
jQuery.ajax({ type: "POST", url: ajaxurl, data: { "user_login": user_login, "user_pass" : user_pass, "rememberme" : rememberme, "action": "gd_programmatic_login" //this is the name of the AJAX method called in WordPress }, success: function (msg) { // alert(msg); let response = JSON.parse(msg); // console.log(response.success); jQuery(".loader-container").hide();
if(response.success){ // console.log("login success"); jQuery("div.jet-login-message").html("");
// then refresh page location.reload(true) }else{ // console.log("login fail"); // add warning element if(jQuery("div.jet-login-message").length){ // if found then edit value console.log("found element") jQuery("div.jet-login-message").html("Username or Password Incorret !!"); }else{ // console.log("not found element")
count++; // console.log("count : " ,count); // if note found then create new one if(count == 1){ jQuery("#loginform").after("
"); } }
}
}, error: function () { alert("error"); } });
});
})
เราใช้คุกกี้เพื่อพัฒนาประสิทธิภาพ และประสบการณ์ที่ดีในการใช้เว็บไซต์ของคุณ คุณสามารถศึกษารายละเอียดได้ที่ นโยบายคุกกี้ และสามารถจัดการความเป็นส่วนตัวเองได้ของคุณได้เองโดยคลิกที่ ตั้งค่า
คุณสามารถเลือกการตั้งค่าคุกกี้โดยเปิด/ปิด คุกกี้ในแต่ละประเภทได้ตามความต้องการ ยกเว้น คุกกี้ที่จำเป็น
ประเภทของคุกกี้มีความจำเป็นสำหรับการทำงานของเว็บไซต์ เพื่อให้คุณสามารถใช้ได้อย่างเป็นปกติ และเข้าชมเว็บไซต์ คุณไม่สามารถปิดการทำงานของคุกกี้นี้ในระบบเว็บไซต์ของเราได้
คุกกี้ประเภทนี้จะทำการเก็บข้อมูลการใช้งานเว็บไซต์ของคุณ เพื่อเป็นประโยชน์ในการวัดผล ปรับปรุง และพัฒนาประสบการณ์ที่ดีในการใช้งานเว็บไซต์ ถ้าหากท่านไม่ยินยอมให้เราใช้คุกกี้นี้ เราจะไม่สามารถวัดผล ปรังปรุงและพัฒนาเว็บไซต์ได้
คุกกี้ประเภทนี้จะเก็บข้อมูลต่าง ๆ รวมทั้งข้อมูลวส่วนบบุคลเกี่ยวกับตัวคุณเพื่อเราสามารถนำมาวิเคราะห์ และนำเสนอเนื้อหา ให้ตรงกับความเหมาะสมกับความสนใจของคุณ ถ้าหากคุณไม่ยินยอมเราจะไม่สามารถนำเสนอเนื้อหาและโฆษณาได้ไม่ตรงกับความสนใจของคุณ