Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript Help using PageScroller lite Re: Help using PageScroller lite

#132339
CrocoDillon
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});
});