Skip to content

Commit

Permalink
Merge pull request cubiq#116 from ded/master
Browse files Browse the repository at this point in the history
Add Ender support
  • Loading branch information
Matteo Spinelli committed Sep 14, 2011
2 parents 8ccfc24 + 20666ca commit 776dd1b
Show file tree
Hide file tree
Showing 7 changed files with 1,828 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
@@ -1,2 +1,3 @@
.DS_Store
dist/*.js
node_modules
11 changes: 11 additions & 0 deletions README.md
Expand Up @@ -3,6 +3,17 @@ iScroll v4.1.9 - 2011-08-03

The overflow:scroll for mobile webkit. Project started because webkit for iPhone does not provide a native way to scroll content inside a fixed size (width/height) div. So basically it was impossible to have a fixed header/footer and a scrolling central area. Until now. Read more at [cubiq.org](http://cubiq.org).

## Ender support
Using [Ender](http://ender.no.de), add it to your existing build

$ ender add iscroll

Use it like this:

``` js
var myScroll = $('#doc').iScroll(options)
```

## Credits and Special thanks
iScroll is evolving thank to the help of all those who sent suggestions, bug reports and ideas on [github](https://github.com/cubiq/iscroll), my [blog](http://cubiq.org) and [googlecode](http://code.google.com/p/iscroll-js/). This is by no means the work of a sole man.

Expand Down

0 comments on commit 776dd1b

Please sign in to comment.