wow, this rocks ... dynamically load a remote JS file and have it be useable ... cool!
var s = document.createElement('script'); s.type = 'text/javascript'; s.src = '/scripts/library.js'; document.getElementsByTagName('head')[0].appendChild(s);
More information about formatting options
Comments
Post new comment