manuelbieh / jQuery-iScroll

Use iScroll the jQuery way (Still very beta, but fully functional).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

jQuery iScroll

Create iScroll Objects in jQuery style.

Instead of:

new iScroll('myId');

you can use:

$('#myId').iScroll();

Plus: a scrollwrapper is created automatically when specifying width or height as option.

After creating a new scroll object you can access iScroll methods via $('#myId').iScroll().refresh(); for example.

About

Use iScroll the jQuery way (Still very beta, but fully functional).


Languages

Language:JavaScript 100.0%