I have a page, when loaded it does some stuff with JQ.
In the next phase I want to load mootools and remove all JQ stuff, to avoid collisions and to avoid memory leaking.
I am not giving you the all picture (to simplify the question), but assume I am not doing something stupid here, and it needs to be done how I am asking it.
I have a page, when loaded it does some stuff with JQ. In the
Share
jQuery has a noConflict option to avoid collisions.. but I guess you could delete it…