ChrisWojcik / single-page-nav

jQuery plugin that provides smooth scrolling and advanced navigation for single page websites.
http://chriswojcik.net/demos/single-page-nav/
161 stars 74 forks source link

Hero section not a section #15

Closed ghost closed 7 years ago

ghost commented 9 years ago

I have a hero section on my site, which there is no link for. Should I scroll down to the next section, and scroll back up to the hero section, the next section stays as the active item.

Is there any quick fix for this?

ghost commented 9 years ago

Temp fix for this is on line 161 - return section || ((this.$links.length===0) ? (null) : (this.$links[0].hash));

Just simply return section and none of the rest.