Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 370 Bytes

README.md

File metadata and controls

20 lines (11 loc) · 370 Bytes

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);