-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
42 lines (23 loc) · 1.39 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
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