Click to See Complete Forum and Search --> : about dynamically creating / removing html


dave17
05-01-2007, 09:46 AM
I am making an application that uses the dom to constantly create and delete nodes. I am wondering what is the best way to remove the nodes when I want to delete them. I can just unappend them, but I am not sure if there is any further clean up that is required.

felgall
05-01-2007, 04:42 PM
are you using removeChild() to delete them from the page? If so then they no longer exist after that call.