Tired of the default scrollbar ? DZS Scroller jQuery is the ultimate scrollbar for your site which you can customize very easily via CSS if the 3 skins included are not enough. It also comes with enhanced functionality like scroll by hover or fade on mouse leave. And it works on iPhone/iPad! So what are you waiting for ? Get it today for your site, integrate in less then 5 minutes!
Demo
Updates
For updating, disable and delete the previous version, and install the new downloaded one
UPDATE 1.3 [ 09/06/2011 ]
- scrollbars now visible on the iphone / ipad
- some new options, some bug fixes
UPDATE 1.2 [ 07/27/2011 ]
- added reinitialization options [ for content added after initialization ]
UPDATE 1.1 [ 07/14/2011 ]
- fixed a issue in ie8
- allows dynamic horizontal content
What do you get?
- jquery plugin files
- example files – premade examples from which you can start modify and build your project with
- readme – documentation
- LIFETIME updates! – even if the value of this gallery increases with upcoming updates, you will get them for free
- free support! – for installation via my forum -> http://digitalzoomstudio.net/support/ this is the fastest form of support
FAQ
How do I refresh the scrollbar dimensions after adding new content
Aw yes, I just added the reinitialization method for cases when something like this is added
jQuery('#scrollc6').find('.real-inner').append('');
so that it recalculates the sizes. There are two ways to do this
Method 1 – do this on init
jQuery('#scrollc6').scroller({ settings_refresh:10000 });
which autorefreshes every 10 seconds ( or what you want to enter ) or
Method 2 – hard, single refresh
jQuery('#scrollc6').scroller.reinit();
when you do a manual refresh.