Skip to content

hiromitz/jquery-scrollbar

Repository files navigation

Custome (Simple) Scrollbar plugin for jQuery

Add custom scrollbar to elements. Plugin that works with jQuery.

(additionally jQuery Mouse Wheel plugin for mousewheel action.)

usage:

simply,

$('#element').scrollbar(options);

update scrollbar when element changed,

$('#element').scrollbar('update');

options

  • axis string
    horizontal or vertical scroll direction. x | y
  • wheel boolean
    scroll step on mousewheel
  • animate boolean
    animation on scroll
  • fade boolean
    fade in / out scrollbar on hover
  • prefix string
    css class prefix

About

custom (simple) scrollbar plugin for jQuery

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published