I use $.getScript
many times in my page for loading my controllers,
when user click on each link, a javascript file will load with getScript . the user maybe click on several links and many javascript files loading, so the browser get more resource.
How can I cleanup the javascript files from browser after it works done.