Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nobleclem/jquery-isolatedscroll
Isolate Scrolling to only element being scrolled
https://github.com/nobleclem/jquery-isolatedscroll
javascript jquery jquery-isolatedscroll
Last synced: about 2 months ago
JSON representation
Isolate Scrolling to only element being scrolled
- Host: GitHub
- URL: https://github.com/nobleclem/jquery-isolatedscroll
- Owner: nobleclem
- License: mit
- Created: 2014-07-03T20:16:50.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2018-09-14T16:45:10.000Z (over 6 years ago)
- Last Synced: 2024-03-15T23:03:34.895Z (10 months ago)
- Topics: javascript, jquery, jquery-isolatedscroll
- Language: JavaScript
- Homepage: http://springstubbe.us/projects/jquery-isolatedscroll/
- Size: 2.93 KB
- Stars: 5
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
jQuery IsolatedScroll
=====================Isolate Scrolling to only element being scrolled
## Demo
http://springstubbe.us/projects/jquery-isolatedscroll/## Usage
```
$('.scrollable').isolatedScroll();
$('.scrollable').isolatedScroll({ autoscroll: false });
```## Options
**autoscroll (default: true):**
_only blocks scroll if area is scrollable, set to false to always disable other element scroll_