All posts tagged "crossfit music"
-
jQuery(document).ready(function($) { // Back to Top Button var duration = 500; $('.back-to-top').click(function(event) { event.preventDefault(); $('html, body').animate({scrollTop: 0}, duration); return false; }) // Main Menu Dropdown Toggle $(".menu-item-has-children a").click(function(e){ e.stopPropagation(); location.href = this.href; }); $(".menu-item-has-children").click(function(){ $(this).addClass('toggled'); if($('.menu-item-has-children').hasClass('toggled')) { $(this).children('ul').toggle(); $(".main-menu").getNiceScroll().resize(); } $(this).toggleClass('tog-minus'); return false; }); // Main Menu Scroll $(window).load(function(){ $(".main-menu").niceScroll({cursorcolor:"#888",cursorwidth: 7,cursorborder: 0,zindex:999999}); $(".head-latest-wrap").niceScroll({cursorcolor:"#ccc",cursorwidth: 7,cursorborder: 0}); }); // Infinite Scroll $('.infinite-content').infinitescroll({ navSelector: ".nav-links", nextSelector: ".nav-links a:first", itemSelector: ".infinite-post", loading: { msgText: "Loading more posts...", finishedMsg: "Sorry, no more posts" } }); });