2.0.1 • Published 6 years ago

pagequery v2.0.1

Weekly downloads
3
License
MIT
Repository
github
Last release
6 years ago

pagequery

pagequery aims to be an extremely small library that replaces and extends core jQuery.

pagequery encourages the use of new browsers and features without diverting too much from the jQuery flow. It comes in at ~10 KB minified and ~4 KB gzipped, and is only compatible with the latest browsers.

Set up

From npm:

npm i pagequery

From GitHub:

git clone https://github.com/wilsonzlin/pagequery.git
cd pagequery
node compile.js --out /folder/to/place/compiled/js

Usage

For the full documentation, go to https://wilsonl.in/docs/pagequery