https://github.com/ifedapoolarewaju/nojs
Library that helps minimize js you have to write
https://github.com/ifedapoolarewaju/nojs
dom-manipulation frontend-web javascript javascript-library no-js nojs
Last synced: 10 months ago
JSON representation
Library that helps minimize js you have to write
- Host: GitHub
- URL: https://github.com/ifedapoolarewaju/nojs
- Owner: ifedapoolarewaju
- License: mit
- Created: 2017-03-05T07:18:57.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2021-05-31T10:22:05.000Z (about 5 years ago)
- Last Synced: 2024-12-10T00:11:12.122Z (over 1 year ago)
- Topics: dom-manipulation, frontend-web, javascript, javascript-library, no-js, nojs
- Language: JavaScript
- Size: 31.3 KB
- Stars: 131
- Watchers: 6
- Forks: 16
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# No.js
No.js is an extremely lightweight javascript library that makes you do DOM manipulations without writing any javascript at all.
All you'll need to add are html attributes instead and No.js does the magic for you.

### INSTALLATION
```bash
npm install nojs
```
or download [here](https://github.com/ifedapoolarewaju/nojs/archive/v0.1.3.zip)
Then link it to the bottom of your web page like so:
```html
...
```
or you can link directly to the remote distribution like so:
```html
...
```
### USAGE
Please view the [Documentation](https://ifedapoolarewaju.github.io/nojs-site/)
for elaborate examples and usage.
## License
MIT