hi
i've easily extended you lib to css files (added "type" parameter)
so now it's a generic way to store js and css resources in local storage
may be it will be usefull for your app too
also, i've changed the way "script" tag line is added to the page source
i use document.write('<script id="' + name + '" src="', url, '"></script>');
thus javascript code in the js file is executed what is commonly needed and supposed
nice app
hi
i've easily extended you lib to css files (added "type" parameter)
so now it's a generic way to store js and css resources in local storage
may be it will be usefull for your app too
also, i've changed the way "script" tag line is added to the page source
i use document.write('<script id="' + name + '" src="', url, '"></script>');
thus javascript code in the js file is executed what is commonly needed and supposed
nice app