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


Download: jquery.serialScroll-1.2.0.zip
Size: 8.58 KB
md5_file hash: a45980685e5f270cf51a6ffa16a82c2f
First released: March 11, 2008 - 4:18am

1.2.0
[Feature]
- You can notify SerialScroll that the active item changed, by using the event notify.serialScroll.
- Thanks to the event notify, this plugin can be now closely integrated with LocalScroll(1.2.5 or higher).
- Also, thanks to notify, you can call SerialScroll on the same element more than once, and they interact nicely.
- You can specify the option 'target', and then the matched elements become the context of all the selectors,
and target matches the element to be scrolled. This allows you to call SerialScroll on many element at the same time.
- The option 'lazy' is much more powerful, the prev/next can be lazy (not adviced if no target is specified).
- You can combine the options 'jump' and 'lazy' (not adviced if no target is specified).
- LocalScroll and SerialScroll are so compatible, that they can use the same hash of settings.
- Added option 'constant'(true by default), specifies whether the speed must be constant or not.
- The event goto can accept a DOMElement (an item).
- Added option 'navigation' to add a group of element to jump to the items.
[Fix]
- If you call the plugin on the same (scrollable)element more than once, the custom events get bound only in the first call.
[Change]
- The event 'start' no longer receives the interval, you must set it at start, stop/start only pause/restart.