Skip to content

AbygailG/customScrollBars

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

customScrollBars

jQuery extension for custom scrollbars.

Usage

This is a custom jQuery function, so jQuery is required in the page. Further you will need to load the basic CSS and of course the JavaScript file.

To convert an element into a scrollable element, call the customScrollBar function:

$('#myScrollableNode').customScrollBar();

The new scrollbar can easily be styled via the CSS.

Limitations

  • At this time, it is only possible to add vertical scrollbars. Horizontal scrolling is not (yet?) supported.
  • The scrollable area needs to have a height.

About

jQuery extension for custom scrollbars

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published