Not that it matters strictly, and maybe I just don't yet fully understand how the DOM works by asking this, but I'm just trying to anticipate if there is some kind of memory leak potential here. If I remove an element that has children, event listeners, etc., do those get cleaned up as well? Or would I be wise to implement some kind of recursive removal solution myself?
To extend this question, I'll also ask: Does removing elements from the DOM directly (not via. jQuery, I mean) also have the same problem?