get-vitamin-c / 6-seasons-and-a-movie

1 stars 0 forks source link

External links not working #8

Closed PendragonDevelopment closed 10 years ago

PendragonDevelopment commented 10 years ago

OnePageNav or tinyNav are preventing external links from working.

PendragonDevelopment commented 10 years ago
<ul id="nav">
    <li class="current"><a href="#section-1">Section 1</a></li>
    <li><a href="#section-2">Section 2</a></li>
    <li><a href="#section-3">Section 3</a></li>
    <li><a href="#section-4">Section 4</a></li>
    <li><a href="#section-5">Section 5</a></li>
    <li><a href="http://google.com" class="external">Some other link</a></li>
</ul>

$('#nav').onePageNav({
    filter: ':not(.external)'
});
PendragonDevelopment commented 10 years ago

https://github.com/davist11/jQuery-One-Page-Nav

uptownjimmy commented 10 years ago

Fixed.

uptownjimmy commented 10 years ago

Done.

On Jan 16, 2014, at 3:51 PM, Jordan Burke notifications@github.com wrote:

https://github.com/davist11/jQuery-One-Page-Nav

— Reply to this email directly or view it on GitHub.