Plugins

User login
Can't find a Plugin?

Can't find a Plugin you are looking for? Check out the jQuery Wiki page.

Are you a plugin developer? Please move your plugin over to this site.

Website Bug or Feature Request?

Found a bug on the new jQuery Plugin website? Have a feature request?

Submit it to the jQuery Plugin website issue queue to ensure it is noticed!

ScrollTo 1.2


Download: jquery.scrollTo_2.zip
Size: 19.18 KB
md5_file hash: dce0f88df827f8b42a05bf31bda47eee
First released: October 29, 2007 - 2:56pm

1.2

* The option 'onafter' is now called 'onAfter'.
* Which axis to scroll, is setted with the option 'axis', two axis can be scrolled together.
* In case 2 axis are chosen, the scrolling can be queued: one scrolls, and then the other.
* There's an intermediary event, 'onAfterFirst' called in case the axis are queued, after the first ends.
* If the option 'margin' is set to true, the plugin will take in account, the margin of the target(no use if target is a value).
* Please check the README if you plan to use the plugin.