A cool Javascript framework to make anything with javascript easier
Use the latest version:
Add this to your html:
<script type="text/javascript" src="https://greencoder001.github.io/queryjs/dist/query.js"></script>
or
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
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>