danipani-tinyjs
v1.0.1
Published
A Jquery alternative very small
Downloads
1
Readme
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 --save
If you prefer using Yarn:
$ yarn save add danipani-tinyjs
Or via CDN:
Soon
Find elements
Search for the first element
$.one('element')
(You can find out more on https://developer.mozilla.org/it/docs/Web/API/Document/querySelector)