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.
- Host: GitHub
- URL: https://github.com/apsdehal/att.js
- Owner: apsdehal
- License: mit
- Created: 2014-11-30T07:31:09.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-12-11T06:52:29.000Z (over 11 years ago)
- Last Synced: 2025-02-07T09:47:30.472Z (over 1 year ago)
- Language: JavaScript
- Size: 262 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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