[eluser]jdfwarrior[/eluser]
[quote author="jdfwarrior" date="1244926621"]
Code:
script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"
[/quote]
How is changing the version number in that file name so much more difficult than changing it in the API's function call? Using the API is essentially doing the same thing. Thats a difference in either using functionality thats built in, or building another function that uses the function that's built in. Using multiple API's I can understand, but other than that, are there any advantages?
I'm not saying your way is wrong. I'm simply asking if there are any advantages to loading the Google API to do it, when the code above does the exact same thing. Still cached, still reducing bandwidth, etc.