$(window).load(function(){ ajaxScroller(); }); function ajaxScroller(){ // Example add $jScroller.add(".box1_container",".box1","left",2,1); // Start Scroller $jScroller.start(); }