3.3.1 • Published 6 years ago

@lyo/jquery v3.3.1

Weekly downloads
-
License
MIT
Repository
-
Last release
6 years ago

@lyo/jquery

A browser-compatible version of jquery built automatically with Lyo.

Version Build Hits

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

3.3.1

6 years ago