2.0.0 • Published 8 years ago

zquery-wl v2.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
8 years ago

zQuery

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

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

Set up

From npm:

npm install zquery-wl

In your browser (CDN):

<script src="https://wilsonl.in/zQuery.js"></script>

From GitHub:

git clone https://github.com/lerouche/zQuery.git
cd zQuery
node compile.js -o=/folder/to/place/compiled/js

Usage

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

2.0.0

8 years ago

1.0.7

8 years ago

1.0.6

8 years ago

1.0.5

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago