🔔 Alert..!! Get 2 Month Free Cloud Hosting With $200 Bonus From Digital Ocean ACTIVATE DEAL

scrollBar.js is a jQuery plugin for adding custom scrollbars to your scrollable container in the non-Webkit browsers.

scrollbar

Documentation

jQuery.scrollBar plugin

Author Source Code Software License Website

a ligthwight jQuery scrollbar Plugin. Display the scrollbar cross-platform. Documentation and Demo.

Screnshot

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)

You May Also Like