ifedapoolarewaju / nojs

Licence: MIT license
Library that helps minimize js you have to write

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects
CSS
56736 projects

Projects that are alternatives of or similar to nojs

amirajs
Amirajs is Lightweight (~0.4kb compressed) JS Library for DOM Manipulation
Stars: ✭ 12 (-89.83%)
Mutual labels:  javascript-library, dom-manipulation
necktie
Necktie – a simple DOM binding tool
Stars: ✭ 43 (-63.56%)
Mutual labels:  javascript-library, dom-manipulation
Glize
📚 Glize is a clean and robust pure Javascript library.
Stars: ✭ 16 (-86.44%)
Mutual labels:  javascript-library, dom-manipulation
rottenjs
An all-in-one (2.6kb) Javascript library for web development
Stars: ✭ 15 (-87.29%)
Mutual labels:  javascript-library, dom-manipulation
sqlweb
SqlWeb is an extension of JsStore which allows to use sql query for performing database operation in IndexedDB.
Stars: ✭ 38 (-67.8%)
Mutual labels:  javascript-library
harsh
Hashids implementation in Rust
Stars: ✭ 48 (-59.32%)
Mutual labels:  javascript-library
placekey-js
placekey.io
Stars: ✭ 19 (-83.9%)
Mutual labels:  javascript-library
animusjs
🎆 AnimusJS is the solution for combine JS and CSS animations.
Stars: ✭ 42 (-64.41%)
Mutual labels:  javascript-library
GifWriter.js
GIF (version 89a) Encoder written in TypeScript
Stars: ✭ 41 (-65.25%)
Mutual labels:  javascript-library
aws-amplify-react-custom-ui
Building a Custom UI Authentication For AWS Amplify
Stars: ✭ 21 (-82.2%)
Mutual labels:  javascript-library
easevalidation
javascript validation library
Stars: ✭ 14 (-88.14%)
Mutual labels:  javascript-library
tarballjs
Javascript library to create or read tar files in the browser
Stars: ✭ 24 (-79.66%)
Mutual labels:  javascript-library
frontend-test
Teste para Frontend na DevPartner
Stars: ✭ 18 (-84.75%)
Mutual labels:  frontend-web
prime.js
Prime JS is a different kind of JavaScript framework. Prime is written in 100% standard, explicit, and namespaced Object Oriented JavaScript.
Stars: ✭ 13 (-88.98%)
Mutual labels:  javascript-library
ionic-image-upload
Ionic Plugin for Uploading Images to Amazon S3
Stars: ✭ 26 (-77.97%)
Mutual labels:  javascript-library
html-chain
🔗 A super small javascript library to make html by chaining javascript functions
Stars: ✭ 32 (-72.88%)
Mutual labels:  javascript-library
react-picture-annotation
A simple annotation component.
Stars: ✭ 53 (-55.08%)
Mutual labels:  javascript-library
valclass
Valclass is a css framework that I made myself. Aims to simplify and speed up the creation of a website. I, Indonesia, has its own pride framework. Send regards for success!
Stars: ✭ 55 (-53.39%)
Mutual labels:  frontend-web
frontendstudygroup.github.io
Web application for the frontend study group from WomenWhoCode Frontend track.
Stars: ✭ 15 (-87.29%)
Mutual labels:  frontend-web
ImagerJs
A JavaScript library for uploading images using drag & drop. Crop, rotate, resize, or shrink your image before uploading.
Stars: ✭ 101 (-14.41%)
Mutual labels:  javascript-library

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="https://unpkg.com/[email protected]/dist/no.min.js"></script>
</body>

USAGE

Please view the Documentation for elaborate examples and usage.

License

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].