I've been downloading jquery with:
<script src="//code.jquery.com/jquery-1.10.2.js"></script>
and for some reason, the link went bad. Not a problem as I changed the link to use Microsoft's hosted CDN. I'm wondering though if I should just download the files so to prevent this problem happening again in the future. Is there any reason not to?