PATH:
home
/
lab2454c
/
igpma.com
/
wp-content
/
themes
/
igpma
/
inc
/
assets
/
js
(function ($) { $(document).ready(function () { $(window).scroll(function () { if ($(this).scrollTop() > 50) { $('.navbar__top').addClass('shrink'); } else { $('.navbar__top').removeClass('shrink'); } }) $(window).scroll(function () { if ($(this).scrollTop() > 768) { $('.marquee').addClass('marquee__shrink'); } else { $('.marquee').removeClass('marquee__shrink'); } }) $('.carousel__wrapp').owlCarousel({ margin: 0, autoplay: true, nav: false, loop: false, responsive: { 0: { items: 1 }, 500: { items: 1 }, 700: { items: 1 }, 1000: { items: 1 }, 1299: { items: 1 } } }) $('.products__wrapp').owlCarousel({ margin: 0, autoplay: true, nav: false, dots: true, loop: false, responsive: { 0: { items: 1 }, 500: { items: 1 }, 700: { items: 2 }, 1000: { items: 2 }, 1299: { items: 2 } } }) $('.hamburger__menu').on('click', function() { $('.menu').toggleClass('animate'); }) }) })(jQuery)
[+]
..
[-] script.js
[edit]
[-] scripts.js
[edit]
[-] main.js
[edit]
[-] owl.carousel.js
[edit]