Download jquery From Google Directly, Here’s the links:
- http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js
- http://code.jquery.com/jquery-latest.js
jQuery Hosted on Google:
Here’s the code to link to Google’s jQuery repository. It grabs the latest jQuery version.
<script src="http://code.jquery.com/jquery-latest.js"></script>
If you want to target a particular version of jquery:
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
Go to http://docs.jquery.com/Downloading_jQuery for a list of CDNs