How can I unload a JavaScript resource with all its defined objects from the DOM?
Im developing a simple framework that enables to load html fragments into a \"main\
you can make them = null
function fnc1 (){ } window.fnc1 = null //or window["fnc1"] = null