I am doing my first project with JQuery and it works fine. The weird thing is that I always get the Error:'$' is not defined. [no-undef]
anyways.
Can I anyone tell me what the problem is?
This is how I put my JS at the end of the body:
<script src="../js/jquery.js"></script>
<script src="../js/jquery-ui.min.js"></script>
<script src="../js/script.js"></script>
<script src="../js/Game.js"></script>