GitHub

string-index

Add a description, image, and links to the string-index topic page so that developers can more easily learn about it.
I'm experimenting with dynamic loading of javascript using JQuery. So basically I have a loadScript function that accepts either the URL of a JS file or a javascript source in a string. For the former ...