芝麻web文件管理V1.00
编辑当前文件:/home/prismawe/clients/carotiti/wp-content/themes/royale-news/royalethemes/assets/js/main.js
( function( $ ) { "use strict"; jQuery(document).ready(function() { $('.main-navigation').meanmenu({ meanMenuContainer: '.menu-container', meanScreenWidth: "768", meanRevealPosition: "right", }); $( '#scroll-top' ).click( function() { $('html, body').animate({ scrollTop: 0 }, 600); return false; }); $( '.search-icon' ).click( function() { $( '.search-form-container' ).fadeToggle(); } ); $('.ticker-news-carousel').owlCarousel({ items: 1, animateOut: 'fadeOutUp', animateIn: 'fadeInUp', autoplay: true, loop: true, nav: false }); $( '.highlight-carousel' ).owlCarousel({ items: 2, animateIn: 'fadeIn', autoplay: true, loop: true, responsive: { 0 : { items: 1 }, 767: { items: 2 }, 991 : { items: 2 }, 1199 : { items: 3 } } }); $( '.news-section-carousel' ).owlCarousel({ items: 2, animateIn: 'fadeIn', autoplay: true, loop: false, nav: true, rewind: true, responsive: { 0 : { items: 1 }, 767: { items: 2 }, 991 : { items: 2 }, 1199 : { items: 2 } } }) }); $(window).scroll( function() { if ($(this).scrollTop() > 100) { $( '.scroll-top' ).fadeIn(600); } else { $( '.scroll-top' ).fadeOut(600); } }); } ) ( jQuery );