im working with ajax and i load scripts dinamically :
createElement ('script') and script.src / script.text
but the reverse way doesnt work, after : script.parentNo de.removeChild (script), the functions and variables are still there, memory was not cleaned.
Does anybody know how it can be done or have other aproaches?
Thanks
createElement ('script') and script.src / script.text
but the reverse way doesnt work, after : script.parentNo de.removeChild (script), the functions and variables are still there, memory was not cleaned.
Does anybody know how it can be done or have other aproaches?
Thanks
Comment