0.1.3 • Published 5 years ago

nojs v0.1.3

Weekly downloads
17
License
MIT
Repository
github
Last release
5 years ago

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

INSTALLATION

npm install nojs

or download here

Then link it to the bottom of your web page like so:

<body>
...
<script src="<PATH TO LIBRARY>/nojs/dist/no.min.js"></script>
</body>

or you can link directly to the remote distribution like so:

<body>
...
<script src="http://nojs.io/release/0.1.1/no.min.js"></script>
</body>

USAGE

Please view the Documentation for elaborate examples and usage.

License

MIT

0.1.3

5 years ago

0.1.2

5 years ago

0.1.1

7 years ago

0.1.0

7 years ago

0.0.5

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago