You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
1.5 KiB
29 lines
1.5 KiB
7 years ago
|
<h1>jQuery Scrollbar</h1>
|
||
|
|
||
|
Cross-browser CSS customizable scrollbar with advanced features:
|
||
|
<ul>
|
||
|
<li>Easy to implement</li>
|
||
|
<li>No fixed height or width</li>
|
||
|
<li>Responsive design support</li>
|
||
|
<li>CSS customizable</li>
|
||
|
<li>Standard scroll behavior</li>
|
||
|
<li>Vertical, horizontal or both scrollbars</li>
|
||
|
<li>Automatically reinitialize scrollbar</li>
|
||
|
<li>External scrollbars support</li>
|
||
|
<li>Browser support: IE7+, Firefox<sup>1</sup>, Opera, Chrome, Safari</li>
|
||
|
<li>jQuery Scrollbar as Angular.JS directive</li>
|
||
|
<li>Textarea scrollbar</li>
|
||
|
<li>RTL support<sup>2</sup></li>
|
||
|
</ul>
|
||
|
|
||
|
<h4><a href="http://gromo.github.io/jquery.scrollbar/demo/basic.html">Basic Scrollbars Demo</a></h4>
|
||
|
<h4><a href="http://gromo.github.io/jquery.scrollbar/demo/advanced.html">Advanced Scrollbars Demo</a></h4>
|
||
|
<h4><a href="http://gromo.github.io/jquery.scrollbar/demo/angular.html">jQuery Scrollbar as Angular.JS directive</a></h4>
|
||
|
|
||
|
<h4><a href="http://gromo.github.io/jquery.scrollbar/">Documentation</a></h4>
|
||
|
<h4><a href="https://github.com/gromo/jquery.scrollbar/blob/master/CHANGELOG.md">Changelog</a></h4>
|
||
|
<h4><a href="https://github.com/gromo/jquery.scrollbar/archive/gh-pages.zip">Download</a></h4>
|
||
|
|
||
|
<sup>1</sup> There is known issue that native browser scrollbar cannot be hidden in Firefox on Apple devices, so this plugin is not initialized and you will see native scrollbars.
|
||
|
<sup>2</sup> Experimental support in master branch, styles for scrollbars are not updated
|