Hi all. I wonder how you remove an external script from a page. In particular i have a problem with a widget from DIGG wich uses jquery 1.1.4. Such widget imports also this version of the framework wich creates conflict with the easing 1.2 plugin because of the easing names. I tried with $("#digghack + script").remove(); where #digghack is the frist script DIGG loads, where "+ script" os jquery1.1.4.
Looking at the generated source viith firebug effectively the scritp is removed from the source but is still in memory. I'm sure of that because of the errors. Any idea? GC