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

Bugfix // Sort sections object, to not have the same order of nav-items as content-section #142

Open ixisio opened 9 years ago

ixisio commented 9 years ago

Currrently if you change the order of nav-items, the plugin stops working. So a sort method helps to always forEach the sections ins the same order, regardless of its DOM position.

playmono commented 8 years ago

Thanks for this unmerged commit. You saved me hours and hours.

ixisio commented 8 years ago

@playmono Happy that I can help!