Skip to content

Latest commit

 

History

History
34 lines (17 loc) · 1.11 KB

README.md

File metadata and controls

34 lines (17 loc) · 1.11 KB

jQuery Scroll

a jQuery plugin which renders a custom, CSS styleable vertical scrollbar for arbitrary overflowed content.

Unit Tests

jquery-scroll contains unit-tests based on Googles js-test-driver.

Usage:

Starting the server & automatically launch the browsers and capture it (browser paths for Safari, Firefox & Chrome are OSX paths):

> cd jquery-scroll/tests
> java -jar lib/JsTestDriver-1.2.2.jar --port 8448 --browser lib/safari.sh,lib/firefox.sh,lib/chrome.sh --config scroll.conf

Running the tests:

> java -jar lib/JsTestDriver-1.2.2.jar --config scroll.conf --tests all

Documentation

A neat documentation is done with the dox documentation generator:

> npm install dox
> dox --title jquery-scroll jquery.scroll.js css/scrollbar.css > docs/jquery.scroll.html