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 75 forks source link

2 navigations in one page #8

Closed rizqinizamil closed 7 years ago

rizqinizamil commented 10 years ago

I have 2 navigations in one page (header and footer), the problem is on current class. Current class on header nav doesn't change when I clicked link on footer nav. It also happened otherwise.

Any solution for this?

ChrisWojcik commented 10 years ago

Right now the each instance of the plugin is self-contained and will not modify other singlePageNav containers on the page.

It's on my TODO list to see if I can find a decent work around for this.

FlorianWerndl commented 9 years ago

Is there any update on this?