Dear
I'm using jquery in order to load dynamically javascript code :
using
$.ajax({ type: "GET", url: src, dataType: "script",error: function(){alert(src+':error');}});
But after several loading the same page js are added every time and load the Browser.
I would like to now how to destroy loaded old scripts ?