X7ROOT File Manager
Current Path:
/var/sentora/hostdata/konguhitek/public_html/ktgadmin/js/examples
var
/
sentora
/
hostdata
/
konguhitek
/
public_html
/
ktgadmin
/
js
/
examples
/
📁
..
📁
charts
📄
ckeditor.js
(2.02 KB)
📄
clockpicker.js
(666 B)
📄
colorpicker.js
(1.57 KB)
📄
dashboard.js
(884 B)
📄
datatable.js
(239 B)
📄
datepicker.js
(1.41 KB)
📄
dropzone.js
(97 B)
📄
form-wizard.js
(1.41 KB)
📄
fullcalendar.js
(4.92 KB)
📄
input-mask.js
(356 B)
📄
lightbox.js
(1.2 KB)
📄
range-slider.js
(1.37 KB)
📄
select2.js
(133 B)
📄
sweet-alert.js
(2.42 KB)
📄
swiper.js
(1.27 KB)
📄
tagsinput.js
(96 B)
📄
toast.js
(793 B)
📄
tour.js
(1.2 KB)
📄
treeview.js
(2.11 KB)
📄
vmap.js
(1008 B)
Editing: form-wizard.js
'use strict'; $(document).ready(function () { $('#wizard1').steps({ headerTag: 'h3', bodyTag: 'section', autoFocus: true, titleTemplate: '#index# #title#' }); $('#wizard2').steps({ headerTag: 'h3', bodyTag: 'section', autoFocus: true, titleTemplate: '#index# #title#', onStepChanging: function (event, currentIndex, newIndex) { if (currentIndex < newIndex) { var form = document.getElementById('form1'), form2 = document.getElementById('form2'); if (currentIndex === 0) { if (form.checkValidity() === false) { event.preventDefault(); event.stopPropagation(); form.classList.add('was-validated'); } else { return true; } } else if (currentIndex === 1) { if (form2.checkValidity() === false) { event.preventDefault(); event.stopPropagation(); form2.classList.add('was-validated'); } else { return true; } } else { return true; } } else { return true; } } }); });
Upload File
Create Folder