flesler / jquery.localScroll

Animated anchor navigation made easy with jQuery

Home Page:http://demos.flesler.com/jquery/localScroll/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Does not work with jQuery 1.8.0

ge-org opened this issue · comments

When using the library with jQuery 1.8.0 it does not work.

That is due to jquery.scrollTo (which is a requirement) not working with 1.8.0. It has been fixed already on the plugins repository, try downloading: https://raw.github.com/flesler/jquery.scrollTo/master/jquery.scrollTo.js and using it instead of the one you have.
Reopen the issue if it still doesn't work

commented

Geez how did I miss that post… thanks…