-
Notifications
You must be signed in to change notification settings - Fork 0
Custom scrollbars that are skinnable with CSS
License
dragosu/jquery-aciScrollBar
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
aciScrollBar - Cross browser skinnable scrollbars with jQuery.
Features of aciScrollBar include:
- dynamic content updates - the scrollbars will update by itself when you change content;
- you can scroll content by keyboard, mouse, mouse wheel and on touch devices - available if optional plugins are included;
- you can resize the scrollbar area - with the included built-in resize control;
- configurable bar position, bar visibility, button order and button visibility - without changing the theme;
- initialization of a scrollbar control inside another one - keyboard scrolling will work with the focused scrollbar;
- you can set default options - use them across all your scrollbars;
- the scrollbars can be re-initialized - use whatever options you want;
- the theme can be changed at runtime - loading the CSS file before this is required.
Simple usage:
$().ready(function(){
$('.scroll').aciScrollBar();
});
Check the examples to learn how to use it.
aciScrollBar jQuery Plugin v2.3
http://acoderinsights.ro
Copyright (c) 2012 Dragos Ursu
Dual licensed under the MIT or GPL Version 2 licenses.
Require jQuery Library http://jquery.com
+ (optional) MouseWheel Plugin (for mouse wheel support) https://github.com/brandonaaron/jquery-mousewheel
+ (optional) TouchSwipe Plugin (for touch based devices) https://github.com/mattbryson/TouchSwipe-Jquery-Plugin
Date: Tue Jul 31 21:50 2012 +0200
About
Custom scrollbars that are skinnable with CSS
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published