Home › Forums › JavaScript › Help using PageScroller lite › Re: Help using PageScroller lite
April 18, 2013 at 2:07 pm
#132339
Participant
Maybe some kind of conflict (with MooTools), try to write `jQuery` on both places where you have `$`.
jQuery(document).ready(function(){
// initiate page scroller plugin
jQuery(‘body’).pageScroller({HTML5mode:true});
});