removing resources from DOM
ok, thanks to aw there is aw.all to hold all variables.
Is there a generic method to clean the Dom that was created by unused variables? Unused variables can be cleanup by aw.all[id]= null;
I can get the element, its parent, remove the element from the child of its parent, anything else ? event listeners ?
Is there a generic method to clean the Dom that was created by unused variables? Unused variables can be cleanup by aw.all[id]= null;
I can get the element, its parent, remove the element from the child of its parent, anything else ? event listeners ?
Philippe Marzin
March 13,