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

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

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.

![No.js logo](https://ifedapoolarewaju.github.io/nojs-site/icon.png)

### 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