We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi @edwinm the available version is 1.11.0 but latest is 1.13.0?
I tried it with downloaded miq.min.js and get an error message. Is it a bug?
miq-min.js:14 Uncaught ReferenceError: $ is not defined at miq-min.js:14
The text was updated successfully, but these errors were encountered:
The CDN is not updated because functionally, miq is changed only minimally.
You're right the $ should be usable right away.
$
For now, on the top of you code, you can add:
$ = miq;
I'll take a look at making $ usable.
Sorry, something went wrong.
Fix “$ is not defined” error #5
b1dd91c
The "$ is not defined" bug is fixed in 1.14.0
For CDN, use the url https://cdn.jsdelivr.net/npm/miq/miq-min.js
No branches or pull requests
Hi @edwinm the available version is 1.11.0 but latest is 1.13.0?
I tried it with downloaded miq.min.js and get an error message. Is it a bug?
The text was updated successfully, but these errors were encountered: