I get the error:
jquery-ui.js:6 Uncaught ReferenceError: jQuery is not defined
index.js:1 Uncaught ReferenceError: $ is not defined
when loading jQuery like this:
<script src="js/jquery.js" charset="utf-8"></script>
<script src="js/jquery-ui.js" charset="utf-8"></script>
<script src="js/index.js" charset="utf-8"></script>
I have no idea whats wrong, i have tried to require() them via my index.js script but that didn't work either!
Thanks for any help!