Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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_