diff --git a/src/support.js b/src/support.js index 20289c99..6d6bbce7 100644 --- a/src/support.js +++ b/src/support.js @@ -78,6 +78,7 @@ // Cloning a node shouldn't copy over any // bound event handlers (IE does this) jQuery.support.noCloneEvent = false; + div.detachEvent("onclick", arguments.callee); }); div.cloneNode(true).fireEvent("onclick"); } @@ -96,4 +97,4 @@ jQuery.props = { maxlength: "maxLength", cellspacing: "cellSpacing", rowspan: "rowSpan" -}; \ No newline at end of file +};