jQuery.scrollBar plugin
a ligthwight jQuery scrollbar Plugin. Display the scrollbar cross-platform. Documentation and Demo.
Usage
html Code
<div class="sb-container">This is a example</div>
Init jQuery.scrollBox
(include scrollBar.css and scrollBar.js in your page before)
<script>$(".sb-container").scrollBox();</script>
When you dynamicly load content call this after them
<script>$(window).trigger("resize.scrollBox");</script>
Tested
- Chrome (Pc, Android Tablet)
- Firefox (Pc, Android Tablet)
- Internet Explorer 11 (Pc)
- Safari (Mac Book, iPad)