Quote:
Originally Posted by Screwed Up
Why this line?
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
I suppose you could just download that *.js and host it on your own server?
|
The idea behind using the public google api codes is that so many people use that, it's probably already loaded in the surfers browser-cache - which speeds up your load-time and saves you bandwidth.