@lyo/jquery
v3.3.1
Published
Browser-compatible version of jquery
Downloads
6
Readme
@lyo/jquery
A browser-compatible version of jquery built automatically with Lyo.
Usage
In a browser
<script src="https://cdn.jsdelivr.net/npm/@lyo/jquery"></script>
<script>
jquery(foo);
</script>
In Node.js
# Install
npm i @lyo/jquery
const jquery = require('@lyo/jquery')
jquery(foo);
Disclaimer
This automated Lyo build may have not been properly tested, and is not guaranteed to work perfectly.
Use at your own risk