Julien Vasseur
Results
12
comments of
Julien Vasseur
There is another value for lazyLoad option in the source code, not documented though: '**anticipated**'. It seems to do what the OP was looking for.
or you can trigger a fake scroll event to force the plugin to set the active section : ``` javascript $(window).trigger('scroll.onePageNav'); ```