Skip to content

A simple jQuery plugin to add stylable scrollbars to blocks.

License

Notifications You must be signed in to change notification settings

ifcanduela/jquery-scrollbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

jquery-scrollbox

A very simple jQuery plugin to add vertical scrollbars to block-level elements.

Requires jQuery and the Mousewheel plugin.

Usage

Add the script to your HTML:

<script src="/js/vendor/jquery-scrollbox.js"></script>

Put a class on the container you want to make scrollable. It must have a definite height. Then select it with jQuery and call scrollbox() on it.

$('.scrollable').scrollbox();

Finally, include the styles from jquery-scrollable.css in your stylesheet (and modify to taste).

About

A simple jQuery plugin to add stylable scrollbars to blocks.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages