Submit
Path:
~
/
/
proc
/
self
/
root
/
proc
/
self
/
root
/
proc
/
thread-self
/
root
/
home
/
getwphos
/
www
/
jewel
/
lawyer
/
js
/
custom
/
File Content:
scripts.js
(function ($) { 'use strict'; /*----------------------------- Homepage-Slides Carousel --------------------------*/ $ ('#mt-multi-carousel').owlCarousel ({ center: true, items: 2, loop: true, margin: 30, /*slideSpeed : 1000, paginationSpeed : 400, singleItem:true, autoplay:true, autoplayTimeout:4000, autoplaySpeed: 2000*/ }); /*----------------- Testimonial Carousel ---------------*/ $ ('#mt-tests-carousel').owlCarousel ({ navigation: true, items: 1, loop: true, dots: true, nav: false, navigationText: [ "<i class='fa fa-chevron-left'></i>", "<i class='fa fa-chevron-right'></i>", ], slideSpeed: 1000, paginationSpeed: 400, singleItem: true, autoplay: true, autoplayTimeout: 4000, autoplaySpeed: 2000, }); /*----------------------------- Faq One --------------------------*/ // Accordion component const accordionEl = document.getElementsByClassName ('accordion-title'); if (accordionEl.length) { for (let i = 0; i < accordionEl.length; i++) { accordionEl[i].addEventListener ('click', function () { this.parentNode.classList.toggle ('is-open'); const panel = this.nextElementSibling; if (panel.style.maxHeight) { panel.style.maxHeight = null; } else { panel.style.maxHeight = `${panel.scrollHeight}px`; } }); } } }) (jQuery);
Submit
FILE
FOLDER
Name
Size
Permission
Action
index.js
6487 bytes
0644
scripts.js
1484 bytes
0644
N4ST4R_ID | Naxtarrr