title | description | lang |
---|---|---|
User guide |
A lightweight alternative to jQuery |
en-US |
Lightquery is a library that tends to follow the mindset, patterns and philosophy behind jQuery and propose a lighter alternative to it.
Just like jQuery it is mainly designed around DOM manipulations but also gives a lot of tools for other aspects of JavaScript.
The name is, let's be honest, not that original and has been used many many times. This library tends to be the one that is truly lighter than jQuery : as light as a feather on your workflow.
You should consider using Lightquery (over jQuery) because it tends to be lighter, easier to use and has several sets of protection which can be really handy when trying to understand what goes wrong in your code.
- Via npm/yarn :
npm i -S light_query
- Via a CDN (e.g. via jsdelivr)
- Downloading it from github and including it in the DOM