search for: scrollthumb

Displaying 1 result from an estimated 1 matches for "scrollthumb".

Did you mean: scrollthumbs
2006 Feb 13
3
moofx - scriptaculous
I was wondering whether somebody could point me to some documentation on how I would convert a moofx class to scriptaculous. Please see this very basic class: fx.ScrollThumbs = Class.create(); fx.ScrollThumbs.prototype = Object.extend(new fx.Base(), { initialize: function(el, options) { this.el = $(el); this.setOptions(options); this.now = 0; },...