An open API service indexing awesome lists of open source software.

https://github.com/apsdehal/att.js

Helps in easy binding of events to dynamic html.
https://github.com/apsdehal/att.js

Last synced: 4 months ago
JSON representation

Helps in easy binding of events to dynamic html.

Awesome Lists containing this project

README

          

# att.js

Helps in easy binding of events to dynamic elements

## Usage

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

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

Amanpreet Singh

## LICENSE

MIT