Free DOM Memory

admin

Administrator
Staff member
In my code, I need to create DOM object, build a tree and then clear the DOMtree frequently, I found that each time when I clear the old tree, the memoryis not freed. ( I simply do a "doc = null" for reset).Could anyone light me on this? Thanks in advance.
 
Back
Top