Custom Browser Scrollbar Replacement Plugin For jQuery scrollator - Download Custom Browser Scrollbar Replacement Plugin For jQuery - scrollator

Download Custom Browser Scrollbar Replacement Plugin For jQuery – scrollator

Posted on

This time I will share jQuery Plugin and tutorial about Custom Browser Scrollbar Replacement Plugin For jQuery – scrollator, hope it will help you in programming stack.

Custom Browser Scrollbar Replacement Plugin For jQuery scrollator - Download Custom Browser Scrollbar Replacement Plugin For jQuery - scrollator
File Size: 42.5 KB
Views Total: 6344
Last Update:
Publish Date:
Official Website: Go to website
License: MIT
   

Scrollator is a jQuery plugin used to replace the default browser scrollbar with an CSS3 animated & highly customizable one. The plugin also allows you to turn an DIV element into a scrollable area with a custom scrollbar.

Basic Usage:

1. Add the jQuery javascript library together with fm.scrollator.jquery.js and fm.scrollator.jquery.css to your page’s head section.

1 <link rel="stylesheet" href="fm.scrollator.jquery.css">
3 <script src="fm.scrollator.jquery.js"></script>

2. Initialize the plugin to replace the browser’s scrollbar.

1 $(function () {
2 var $document_body = $('body');
3 $document_body.scrollator();
4 });

3. Initialize the plugin to add a custom scrollbar to a scrollable DIV.

1 $(function () {
2 $('#scrollable_div').scrollator();
3 });

Change logs:

2016-08-10

  • Scrollator wil check and reposition at regular intervals

2015-12-11

  • v1.6

2015-06-06

  • Fixed small pageup/down bug

2015-01-23

  • Fixed small pageup/down bug
  • Color changed to work better with dark designs

2014-09-24

  • Fixed scroll issue with mac (again)

2014-07-09

  • Small code fixes

2014-07-05

  • Now hides scrollator if content has less height than the holder

This awesome jQuery plugin is developed by QODIO. For more Advanced Usages, please check the demo page or visit the official website.

source : jqueryscript.net