Clone fragments in domManip using jQuery.clone instead of DocumentFragment.cloneNode...
authorColin Snover <github.com@zetafleet.com>
Tue, 7 Dec 2010 01:37:16 +0000 (19:37 -0600)
committerColin Snover <github.com@zetafleet.com>
Tue, 7 Dec 2010 01:37:16 +0000 (19:37 -0600)
commite4900df8389c85350d1d82c827fab0d4b91989d6
tree2095a41d28ab957d788797fb1bbb25b3b4f60321
parentc8be9461eed2cd01fb45ae504f92f80fe72bddde
Clone fragments in domManip using jQuery.clone instead of DocumentFragment.cloneNode in order to carry over event data. Fixes #5566, #6997.
src/manipulation.js
test/unit/manipulation.js