https://github.com/behnammodi/aidjs
this library help for developers
https://github.com/behnammodi/aidjs
Last synced: about 1 year ago
JSON representation
this library help for developers
- Host: GitHub
- URL: https://github.com/behnammodi/aidjs
- Owner: behnammodi
- Created: 2016-05-05T09:56:46.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2017-01-21T10:44:52.000Z (over 9 years ago)
- Last Synced: 2024-05-27T12:32:25.099Z (about 2 years ago)
- Language: JavaScript
- Homepage:
- Size: 46.9 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# aidJS
this library help for developers, very simple selector and lightweight
this library like jQuery but just < 3kb when minify and gzip
command for example
```javascript
a('div').find('b').eq(2).css('color','red').html('hello world');
```
in aidJS all method name like jQuery