Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 805 Bytes

README.md

File metadata and controls

32 lines (24 loc) · 805 Bytes

query.js

A cool Javascript framework to make anything with javascript easier

Install

GitHub

Use the latest version:

Add this to your html:

<script type="text/javascript" src="https://greencoder001.github.io/queryjs/dist/query.js"></script>

or

jsdelivr

Use the latest version with jsdelivr:

Add this to your html:

<script type="text/javascript" src="https://cdn.jsdelivr.net/gh/greencoder001/queryjs@latest/dist/query.js"></script>

or

Local:

Use a specific version:

Download the latest release, unpack it and add this html:

<script type="text/javascript" src="/your/path/to/dist/query.js"></script>