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