https://github.com/thomd/jquery-scroll
a jquery plugin rendering a custom, CSS styleable vertical scrollbar for overflowed elements.
https://github.com/thomd/jquery-scroll
Last synced: about 1 year ago
JSON representation
a jquery plugin rendering a custom, CSS styleable vertical scrollbar for overflowed elements.
- Host: GitHub
- URL: https://github.com/thomd/jquery-scroll
- Owner: thomd
- License: other
- Created: 2010-10-03T22:38:13.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2011-09-29T14:15:33.000Z (over 14 years ago)
- Last Synced: 2025-03-29T10:23:05.093Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 5.96 MB
- Stars: 120
- Watchers: 8
- Forks: 40
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- License: MIT-license
Awesome Lists containing this project
README
# 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][jstd].
### 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
[jstd]: http://code.google.com/p/js-test-driver/ "project page of js-test-driver"