davist11 / jQuery-One-Page-Nav

Smooth scrolling and smart navigation when user scrolls on one-page sites.
http://davist11.github.com/jQuery-One-Page-Nav/
MIT License
1.52k stars 501 forks source link

.destroy() - Add support for removing listeners and turning this off. #166

Open louiswalch opened 7 years ago

louiswalch commented 7 years ago

It looks like presently the only way to disable this programmatically is to manually remove 'click.onePageNav' event from nav and 'resize.onePageNav' from window.

A helper method like most jQuery extensions would be very helpful to those who don't do a full page refresh when navigating away from a page.