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.1


Download: jquery.scrollTo_3.zip
Size: 19.28 KB
md5_file hash: 21fbc7d711626cbb856936cf461514cd
First released: October 29, 2007 - 3:34pm

1.2.1
* The option 'onafter' is now called 'onAfter'.
* Two axis can be scrolled together, this is set with the option 'axis' ('x','y','xy','yx').
* In case 2 axes are chosen, the scrolling can be queued: one scrolls, and then the other.
* There's an intermediary event, 'onAfterFirst' called when axes 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).
* If the first axis to be scrolled, is already positioned, that animation will be skipped, to avoid a delay in the animation.