1.0.1 • Published 8 years ago
danipani-tinyjs v1.0.1
The new generation of like-Jquery library
Tinyjs
I wanted something smaller and smarter than Jquery and this how Tinyjs was born.
Contents
Why Tinyjs?
- Insanly small (~1040kb)
- Fast
- Doesn't slow down the loading page
- It's super modular
- Plugin Friendly
Usage
Add Tinyjs to your project
Using npm
$ npm install danipani-tinyjs --saveIf you prefer using Yarn:
$ yarn save add danipani-tinyjsOr via CDN:
SoonFind elements
Search for the first element
$.one('element')(You can find out more on https://developer.mozilla.org/it/docs/Web/API/Document/querySelector)