jQuery Error When Loading Libraries
Closed this issue · 1 comments
kevin-gva commented
When I load jQuery followed by loading jQuery Keyframes:
<script src='https://code.jquery.com/jquery-3.3.1.slim.min.js'></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/jquerykeyframes/0.0.9/jquery.keyframes.js"></script>I get this error:
jquery.keyframes.js:7 - Uncaught TypeError: $(...).load is not a function
at jquery.keyframes.js:7
at jquery.keyframes.js:184
I've tried with uncompressed, slim or minified versions of jQuery so still get errors.
Any help is appreciated - thanks
kevin-gva commented
I downloaded the keyframes package locally from this repo and it worked fine.
Looks like the issue was with the version I was getting from the cdn.