touch-list-item
v0.0.5
Published
This will add and remove styles to an element in a list simliar to how iOS or Android natively does it.
Downloads
2
Readme
touch-list-item
This will add and remove styles to an element in a list simliar to how iOS or Android natively does it.
Install
npm install touch-list-item
Testing
git clone
npm install
open test/index.html
Usage
var TouchListItem = require('TouchListItem'),
$('#el').touchList().on('touched', this.onElTouch);