jQuery(document).ready(function($) { MouseSmoothScroll(); }); function MouseSmoothScroll(){ jQuery.srSmoothscroll({ step: 100, speed: 500, ease: 'easeOutCubic', target: jQuery('body'), container: jQuery(window) }); }