⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.101
Server IP:
178.33.27.10
Server:
Linux cpanel.dev-unit.com 3.10.0-1160.119.1.el7.x86_64 #1 SMP Tue Jun 4 14:43:51 UTC 2024 x86_64
Server Software:
Apache/2.4.62 (Unix) OpenSSL/1.0.2k-fips
PHP Version:
8.2.25
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
home
/
id
/
taxi.dev-unit.com
/
public
/
assets
/
js
/
pages
/
View File Name :
steps.js
$(".tab-wizard").steps({ headerTag: "h6" , bodyTag: "section" , transitionEffect: "none" , titleTemplate: '<span class="step">#index#</span> #title#' , labels: { finish: "Submit" } , onFinished: function (event, currentIndex) { swal("Your Order Submitted!", "Sed dignissim lacinia nunc. Curabitur tortor. Pellentesque nibh. Aenean quam. In scelerisque sem at dolor. Maecenas mattis. Sed convallis tristique sem. Proin ut ligula vel nunc egestas porttitor."); } }); var form = $(".validation-wizard").show(); $(".validation-wizard").steps({ headerTag: "h6" , bodyTag: "section" , transitionEffect: "none" , titleTemplate: '<span class="step">#index#</span> #title#' , labels: { finish: "Submit" } , onStepChanging: function (event, currentIndex, newIndex) { return currentIndex > newIndex || !(3 === newIndex && Number($("#age-2").val()) < 18) && (currentIndex < newIndex && (form.find(".body:eq(" + newIndex + ") label.error").remove(), form.find(".body:eq(" + newIndex + ") .error").removeClass("error")), form.validate().settings.ignore = ":disabled,:hidden", form.valid()) } , onFinishing: function (event, currentIndex) { return form.validate().settings.ignore = ":disabled", form.valid() } , onFinished: function (event, currentIndex) { swal("Your Form Submitted!", "Sed dignissim lacinia nunc. Curabitur tortor. Pellentesque nibh. Aenean quam. In scelerisque sem at dolor. Maecenas mattis. Sed convallis tristique sem. Proin ut ligula vel nunc egestas porttitor."); } }), $(".validation-wizard").validate({ ignore: "input[type=hidden]" , errorClass: "text-danger" , successClass: "text-success" , highlight: function (element, errorClass) { $(element).removeClass(errorClass) } , unhighlight: function (element, errorClass) { $(element).removeClass(errorClass) } , errorPlacement: function (error, element) { error.insertAfter(element) } , rules: { email: { email: !0 } } })