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: swiper.js
'use strict'; $(document).ready(function () { if ($('.swiper-demo1').length > 0) { new Swiper('.swiper-demo1', { autoplay: { delay: 2000 }, pagination: { el: '.swiper-demo1-pagination' }, loop: true }); } if ($('.swiper-demo2').length > 0) { new Swiper('.swiper-demo2', { autoplay: { delay: 2000 }, navigation: { nextEl: '.swiper-button-next', prevEl: '.swiper-button-prev', }, loop: true }); } if ($('.swiper-demo3').length > 0) { new Swiper('.swiper-demo3', { autoplay: { delay: 2000 }, scrollbar: { el: '.swiper-scrollbar', hide: true, } }); } if ($('.swiper-demo4').length > 0) { new Swiper('.swiper-demo4', { autoplay: { delay: 2000 }, navigation: { nextEl: '.swiper-button-next', prevEl: '.swiper-button-prev', }, slidesPerView: 3, spaceBetween: 30, loop: true }); } });
Upload File
Create Folder