I have been using cloneNode API on DOM objects implemented natively by browsers. Behavior looks fine in FF and chrome, but in IE the scripts inside the node to be cloned is also getting executed as a side effect of the cloneNode api.
Is there a way I can get rid from that?