jQuery(document).ready(function() { if ($(window).width() >= 768){ $('.nav.navbar-nav').superfish({ animation:{height:"show"}, speed:250, speedOut:250, delay:0, cssArrows:false, pathClass:"current" }); } // $.localScroll({ // onAfter:function( anchor, settings ){ // w = window.innerWidth; // if (w>767) { // o = w / 25; // } else { // o = w / 3.2; // } // oo = "-=" + o + "px"; /* window.scrollBy(0,o); */ // $.scrollTo(oo, {duration:500});//another way of calling the plugin // } // }); // Makes link scroll instead of jump });