jQuery-One-Page-Nav icon indicating copy to clipboard operation
jQuery-One-Page-Nav copied to clipboard

Smooth scrolling and smart navigation when user scrolls on one-page sites.

Results 50 jQuery-One-Page-Nav issues
Sort by recently updated
recently updated
newest added

This plugin does not have support for right to left nagivation

Sometimes you can have more than one hash character in the link, for example in an angular app.

Fix of a bug when the first section isn't on the first position in navigation.

Update the positions on document resize(example: on image, object, iframe, ajax, ... load)

this simply applies the current class config setting to the sections themselves so sections can be highlighted and css animations can be fired if needed

We run into some issues when our top nav was ordered differently than the sections on the page. In our case the link to the top section was moved from...

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});

when you need to change order of the list items, for example because of float:right, getPositions will not work corectly, i've patched it to not count on right order of...

When changeHash is enabled and I reload the page viewing a section: -> In Chrome on reload the related navigation link gets the currentClass. -> In Firefox on reload the...

I test the demo in the Android browser and found a bug. Not working class assignment "current". The changes are visible only after refreshing the page