Is it possible in pagePiling.js to add a stop once the bottom of a section has been reached?
Thanks in advance.
Sachin
Sure!
Just make use of the method setAllowScrolling(false):
setAllowScrolling(false)
$(document).ready(function() { $('#pagepiling').pagepiling(); $.fn.pagepiling.setAllowScrolling(false); });
Sure!
Just make use of the method
setAllowScrolling(false):