Skip to content

git-decadent/scrollbarJS

Repository files navigation

ScrollbarJS

jQuery plugin to replace a default browser scrollbar

Usage

$.scrollbar({
  scrollpane:    $('element_1'), // parent element
  scrollcontent: $('element_2')  // inner content
});

Parent element of the content which you want to scroll must have 'position: "relative" or "absolute"'.

About

Change default scrollbar in html elements

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors