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

When I use jquery version 3.4.0 or more it is showing this issue. Anyone can fix this ?

Adds npm support. Should close #173 Edit: `npm init` does not support uppercase letters in name, so I used `jquery-one-page-nav`. Can be installed for testing with `npm install reback00/jQuery-One-Page-Nav#npm-support`

I like this project because of it's simplicity. But there is no listing for this project on [NPM registry](https://www.npmjs.com/search?q=jQuery-One-Page-Nav) so couldn't install it on a project of mine. I also...

I would like to change scrollOffset dynamically. On initial scroll down, then half div hides beneath the fixed menu. scrolling up is fine when set scrollOffset = 145. Is there...

Guess my situation must be sort of uncommon because this issue should have affected everyone but I can't find it reported here. I kept getting Uncaught TypeError: Cannot read property...

how to use this method?? I need to do action when scroll is change to other section ` scrollChange: function($currentListItem) { //I get fired when you enter a section and...

Added a command changing the url on scroll. It's adding the name (the id) of the current focused section to the url each time you scroll. Since several people seem...

How to do it without anchors

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...

I have some introduction content before the sections with the „real“ content. Although none of the sections are visible on the screen my navigation has the „current“ class on the...