Impact

This forum is read only and just serves as an archive. If you have any questions, please post them on github.com/phoboslab/impact

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.

1 decade ago by Daniel

It was my link, removed type="* and it worked.

<script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
Page 1 of 1
« first « previous next › last »