Reworked the .clone() function in IE. Fixes jQuery bugs #3500 (jQuery expandos were...
authorJohn Resig <jeresig@gmail.com>
Mon, 9 Feb 2009 14:48:15 +0000 (14:48 +0000)
committerJohn Resig <jeresig@gmail.com>
Mon, 9 Feb 2009 14:48:15 +0000 (14:48 +0000)
commitce90accc58d213fcf567ab2ca464ee9164601dc4
tree4a9ace5c3c7616e337569b6039685e88c2f999c7
parentf38648c7cd3a37f4070b77b2c92151f68aa66fef
Reworked the .clone() function in IE. Fixes jQuery bugs #3500 (jQuery expandos were causing extra elements to appear from using .html() cloning), #3254 (Mis-match in clone result length causes problem), and #2845 (Cloning an <object/> causes exceptions to be thrown).
src/core.js
test/unit/core.js