Submit
Path:
~
/
home
/
getwphos
/
public_html
/
jewel
/
startech-navigation
/
js
/
custom
/
File Content:
scripts.js
(function ($) { "use strict"; /*----------------------------- Home Slider --------------------------*/ $("#mt-hero-carousel").owlCarousel({ navigation: true, items: 1, loop: true, dots: true, navigation: false, singleItem: true, transitionStyle: "fade", 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, smartSpeed: 1000, animateOut: 'slideOut', animateIn: 'flipInX', }); $(".hot-products-item").owlCarousel({ navigation: true, items: 4, loop: true, dots: true, 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, smartSpeed: 1000, }); $(".new-products-item").owlCarousel({ navigation: true, items: 4, loop: true, dots: true, 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, smartSpeed: 1000, }); /* $(".label").click(function () { $(".items").show(); }); $(".labels").click(function () { $(".items").hide(); }); */ var flip = 0; $(".filter-group .label").click(function () { $(".items").toggle(flip++ % 2 === 0); }); /*----------------------------- Responsive Nav --------------------------*/ $('.nav a.colapse-menu1').click(function () { $(".navbar-collapse").collapse("hide") }); $('body').on('touchstart.dropdown', '.dropdown-menu', function (e) { e.stopPropagation(); }); $('.cart').on('click', function () { $(this).addClass('open').siblings().removeClass('open'); }); $("#mt-nav-toggler").click(function () { console.log("this is working"); $(this).addClass("open"); if ($(this).hasClass("open")) { $(".nav").animate({ width: "40%" }, 1000, function () { }); } else { $(".nav").animate({ width: "20%" }, 1000, function () { }); } }) })(jQuery);
Edit
Rename
Chmod
Delete
FILE
FOLDER
Name
Size
Permission
Action
index.js
6487 bytes
0644
scripts.js
2276 bytes
0644
N4ST4R_ID | Naxtarrr