1 decade ago by Daniel
When adding jQuery to my index.html - I now get an error when loading my game.
I added:
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.1/jquery.min.js"</script>
to my index.html and the error is this:
Uncaught ReferenceError: ig is not defined main.js:1
Is there a proper way to include jQuery that I am missing? Thanks in advance.
I added:
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.1/jquery.min.js"</script>
to my index.html and the error is this:
Uncaught ReferenceError: ig is not defined main.js:1
Is there a proper way to include jQuery that I am missing? Thanks in advance.