Dave Ward inspired me to host my 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 I host my other/own (non-JQuery) JavaScripts on free CDNs like google?
Is this possible? Or only for Jquery/famous often used scripts only?
Thanks for your suggestions.
codepen.io allows you to host some js files without registration. Once you have an anonymous codepen saved the js part of it is available by just adding a .js
at the end of your url.