gameQuery's logo Content Delivery Network

To speed things up when using gameQuery you may want to use this CDN hosted version. To use it just include gameQuery after jQuery by copying the code bellow in the <head> section of your HTML:

<head>
	<!-- other things in the head come here -->
	<script type="text/javascript" src="http://cdn.gamequeryjs.com/FILENAME"></script>
</head>

Or before closing the </body> tag (the difference is explained here) :

	<!-- ...  -->
	<script type="text/javascript" src="http://cdn.gamequeryjs.com/FILENAME"></script> 
</body>

Where you must replace FILENAME by one of the following depending on the desired version of gameQuery:

For a complete list of all available files click here