jQuery-One-Page-Nav
jQuery-One-Page-Nav copied to clipboard
Ability to change navigation class after scroll event.
To have the plugin change the class AFTER the scroll event set parameter changeClassBefore to false and you're done! Note: It defaults to true.
jQuery('#nav').onePageNav({changeClassBefore: false});