IE's scope is the cloned element, NOT the clone. IE also auto-fires events attached to "clones" -- hence the instant removal of cloned element (not clone).


Using a benign click event, the element is not removed. NOTICE that clones still have their donor events!