Hi,
Sorry for my english...
I have a problem with potential memory leak caused by jquery remove() method.
In some situations it not work as it should when using add() method.
Case steps:
1. run jsfiddle example using Chrome
2. take heap snapshot in profiller
3. click 'remove' button in example
4. take another snapshot and compare it with first one
5. I have two HTMLDivElements highlighted on red, it means that they're still in memory but they shoudn't.
If somebody can tell me is it bug or not?