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

I want to convert all link instead 2 ID

Ataurr opened this issue · comments

Hello
Thanks for this awesome scroll plugin.

I am try to use $.localScroll(...) but instead 2 ID like #accordian #testimonial. but no luck

i have tried filter this is also not working for me. maybe i am doing wrong something ?

can you please provide me details how i can use without 2 ID.

Thanks very much for help

Hi,

Try this:

$(document).ready(function() {
  $.localScroll();
});

For user support you should rather ask on sites like StackOverflow where many more people are actively respondind.