I am concerned about memory leaks in my application as I use jquery's html() method a lot to replace content in the the DOM. I just want to make sure that not of these event listeners are going to be hanging around in browser memory.
I have searched the jquery docs with no clear answer. Does anyone know?
Thanks guys!