1. jQuery(function($){
  2. $(document).ready(function(){
  3. function wpexScrollMe(){
  4. $("#makeMeScrollable").smoothDivScroll();
  5. } wpexScrollMe();
  6.  
  7. }); // end doc ready
  8. }); // end function