Tagged Questions
12
votes
1answer
101 views
jQuery on blogoverflow should be served from CDN
On most Stack Exchange sites, jQuery is served from the Google CDN:
<script type="text/javascript"
src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js">
</script>
On ...