EDIT: My problem is different than originally described. This is actually specific to my computer and is affecting Chrome and Firefox, NOT IE. I've rebooted and cleared cache and it still happens. I'm getting a 403 Forbidden error on the http (I can directly open the file in my browser). Weird. Anyway, sorry to bother everyone...looks like I have a new problem to figure out.
EDIT 2: The problem was intermittent so hard to track down but turned out to be an issue with Avira Pro blocking the specific URL for Google for some reason. Added to exception list and all is well again.
I have several sites that use jQuery and jQuery UI. I get the link from http://scriptsrc.net/ which simply copies a reference to your clipboard like this:
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
However as of 2 days ago I notice that this is no longer working for any site I have it on. It cannot find jQuery so all jQuery functions stopped working.
A quick fix is to chance the http to https and then it works.
Then I found this post:
Where do you include the jQuery library from? Google JSAPI? CDN?
Which is a bit different but it lead me to try to remove the http: or https: altogether and start with //. But no dice there either. Cannot find it.
So now I'm wondering: 1) Why did HTTP:// stop working? 2) What is the best way to reference jQuery at Google so that this doesn't happen again.
Thanks for your input