Back | Home
الـ Path الحالي: /home/picotech/domains/instantly.picotech.app/public_html/public/images/../js
الملفات الموجودة في هذا الـ Path:
.
..
admin
adminlte.js
adminlte.js.map
adminlte.min.js
adminlte.min.js.map
auth.js
custom.js
customer
readmore.min.js
toastr.min.js

مشاهدة ملف: auth.js

"use strict";
$('#loginBtn').on('click', function (e){
    document.getElementById("login_form").submit();
})

$("#copy-btn").click(function () {
    $("#email").val("customer@demo.com");
    $("#password").val("123456");
});

$('#signUpBtn').on('click', function (e){
    document.getElementById("login_registration").submit();
})