Auto Nav and jQuery Smooth Scrolling Internal Anchor Links
Permalink
I am attempting to use "external links" in my auto nav in conjunction with a "smooth scrolling" jquery effect. I am able to have the auto nav links jump to the ID on the page just fine. When using an href 'on-page', the smooth scrolling effect works great. The same is not true however when the same links is called from the Auto Nav links.
This is the jQuery script I am using:http://www.sycha.com/jquery-smooth-scrolling-internal-anchor-links...
Both 'on-page' and Auto Nav links are rendered the exact same when I view source:
<a href="#our-philosophy" class="scroll" >Philosophy</a>
So I am not understanding why it works in one place on page and not the other.
And insight would be appreciated!
This is the jQuery script I am using:http://www.sycha.com/jquery-smooth-scrolling-internal-anchor-links...
Both 'on-page' and Auto Nav links are rendered the exact same when I view source:
<a href="#our-philosophy" class="scroll" >Philosophy</a>
So I am not understanding why it works in one place on page and not the other.
And insight would be appreciated!