Using ScrollTo with Jquery

I would love some help on this as well. The plugin looks awesome, but the “documentation” is horrible… all of the examples are very skeletal code snippets that don’t really explain how to do any of the method calls.

Any help in this area would be appreciated.

I am trying, for example, to do :

$.scrollTo(‘800px’);
or
$(‘#mydiv’).scrollTo(‘#anotherDiv’);

etc. etc… not getting anything. Some very simple docs explaining the basic way of making it work would be splendid. Very useful plugin from what I can see.