Scrolling the browser window (scrollTo / localScroll help)

Scrolling the browser window (scrollTo / localScroll help)

Hi Y'all.

I wish to set up site navigation that scrolls down the page to the relevant anchor or element? I'm pretty sure I need to use either scrollTo() plugin or localScroll() plugin. But just not sure how to implement it. I've tried the below code, but no success.

$('a.btn_one').scrollTo('div#one');


This does nothing.

I'm not an expert of anything but I can usually do what I want with jQuery but this little trick evades me!

Most frustrating.

Any help would be greatly appreciated, and thank you very much in advance.

SBot