jQuery(function($){ $(document).ready(function(){ function wpexScrollMe(){ $("#makeMeScrollable").smoothDivScroll(); } wpexScrollMe(); }); // end doc ready }); // end function