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

Ancor Links outside of Nav? #16

Closed Dollique closed 7 years ago

Dollique commented 9 years ago

Good Afternoon

I included your project in a very simple way:

$('#nav_wrap').singlePageNav({
    speed: 1000,
    filter: ':not(.ext)'
});

Now, I have links on my website pointing to Ancor links inside the nav. So if I take your Demo page for example and create a link pointing to #section2 it doesn't scroll (because it's outside #nav_wrap).

Is there a way to solve this?

Thanks in advance Best Regards Dollique