Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 244 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 244 Bytes

att.js

Helps in easy binding of events to dynamic elements

Usage

var at = require('att.js');

at('.main .main-home').click(function(event) {
	console.log('yo!');
});

Author

Amanpreet Singh me@apsdehal.in

LICENSE

MIT