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!

SerialScroll 1.1.0


Download: jquery.serialScroll-1.1.0.zip
Size: 7.22 KB
md5_file hash: 5fc0cfba3a8c6029c2f08c66811d7e9a
First released: March 1, 2008 - 6:26am

1.1.0
[Change]
- Relicensed from GPL to GPL+MIT.
[Optimization]
- The animation is skipped if a bad position was received or it's the same as the actual. Saving some overhead.
[Feature]
- The plugin binds 3 events to the container to allow external manipulation.
* prev.serialScroll, next.serialScroll, goto.serialScroll.
You use them like this: $(your_container).trigger('next'), $(your_container).trigger('goto', [5]) (0-based index).
If for some odd reason, the element already has any of these events bound, trigger with the namespace.
- Added 2 more arguments to the onBefore callback: actual item collection, index of the actual item in the collection.
- Added option 'interval', can be a number specifying the amount of milliseconds for autoscrolling.