From: Colin Snover Date: Tue, 7 Dec 2010 01:37:16 +0000 (-0600) Subject: Clone fragments in domManip using jQuery.clone instead of DocumentFragment.cloneNode... X-Git-Url: http://git.asbjorn.biz/?a=commitdiff_plain;h=e4900df8389c85350d1d82c827fab0d4b91989d6;hp=e4900df8389c85350d1d82c827fab0d4b91989d6;p=jquery.git Clone fragments in domManip using jQuery.clone instead of DocumentFragment.cloneNode in order to carry over event data. Fixes #5566, #6997. ---