Related questions
Latest jQuery version on Google's CDN
I read in the official doc of the Google CDN that this is the src to jQuery:
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.1/jquery.min.js"></script>
However, it is annoying to have to …
jquery ui - how to use google CDN
I want to use Google CDN for jQuery and jQuery UI..
I'm using the answer from here for jQuery.
Best way to use Google's hosted jQuery, but fall back to my hosted library on Google fail
but i don't understand …
What's the best way to load jQuery?
Possible Duplicate:
Where do you include the jQuery library from? Google JSAPI? CDN?
I have an application that uses jQuery. The application could use almost any recent version of jQuery such as 1.7 or 1.8.
Can anyone give me a suggestion as …