Skip to content
This repository has been archived by the owner on Mar 27, 2019. It is now read-only.

Commit

Permalink
Merge branch 'master' of https://github.com/cubiq/iscroll
Browse files Browse the repository at this point in the history
  • Loading branch information
fabriziogiordano committed Sep 17, 2011
2 parents a4d6a6d + 6231ffa commit 382ee71
Show file tree
Hide file tree
Showing 8 changed files with 1,835 additions and 1 deletion.
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 382ee71

Please sign in to comment.