hosting - How to host your own JavaScript scripts files (other than Jquery) on a fast & free CDN like google? -


dave ward inspired me host javascript jquery externally on google cdn:

//ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js //ajax.googleapis.com/ajax/libs/jqueryui/1.8.9/jquery-ui.min.js 

now, can host other/own (non-jquery) javascripts on free cdns google?
possible? or jquery/famous used scripts only?

thanks suggestions.

i'm using http://yourjavascript.com 3 years , happy ther free service


Comments

Popular posts from this blog

javascript - Enclosure Memory Copies -

php - Replacing tags in braces, even nested tags, with regex -