README
Each Array
Installation
node.js:
npm install each-array
browser:
component install each-array
Example
var project = require('each-array');
API
Example API methods.
.on(event, fn, [capture])
Short description of some method:
project.on('event', function(e){
});
.on(event, selector, fn, [capture])
Another description:
project.on('event', 'a.remove', function(e){
});
Notes
Licence
MIT