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
It works fine if I just use the non-minified version. I think this is because I'm using jquery 1.10 and the minified version test doesn't work:
parseFloat($.fn.jquery) 1.1 $.fn.jquery "1.10.2"
The text was updated successfully, but these errors were encountered:
You are correct, I'll have this issue fixed in the next update (see #338). Sorry for the delay!
Sorry, something went wrong.
Hi @cotcomsol!
This should be fixed in the latest version! Thanks for your patience.
No branches or pull requests
It works fine if I just use the non-minified version. I think this is because I'm using jquery 1.10 and the minified version test doesn't work:
parseFloat($.fn.jquery)
1.1
$.fn.jquery
"1.10.2"
The text was updated successfully, but these errors were encountered: