Reputation: 42019
when I tried to download jquery from jquery.com by clicking on the download link, the file opened in the browser (see image below) but didn't download.
I'm a very newbie at all this, so I'm not 100% sure this is not what's supposed to happen, but I think there's a problem. Can anyone explain?
Upvotes: 1
Views: 83
Reputation: 3021
<script src="http://code.jquery.com/jquery-1.5.1.min.js" type="text/javascript"></script>
Upvotes: 2
Reputation: 3276
This is not a problem. Just copy the text and save it in your local with .js extension and start using it. That will be your jQuery copy.
Upvotes: 3
Reputation: 54060
simply save(CTRL+S) this page on your desktop..and u have latest jQuery code in your hand :)
Upvotes: 2