Ensure that buildFragment clones elements properly in all browsers. Fixes #3879,...
authorColin Snover <github.com@zetafleet.com>
Mon, 10 Jan 2011 00:38:44 +0000 (18:38 -0600)
committerColin Snover <github.com@zetafleet.com>
Mon, 10 Jan 2011 00:38:44 +0000 (18:38 -0600)
commitb14f02899e74c429effadd88527ffde17650149a
tree260733dab9c2f575d2c498f7dd1b6da3f26f6d24
parent012f0c3b4bd3d04c2f3e1ea80fc1230901d607d9
Ensure that buildFragment clones elements properly in all browsers. Fixes #3879, #6655. Also improves form element clone tests and fixes bugs in $.fn.clone exposed by these new test cases related to the values of checkboxes and radio buttons in IE.
src/core.js
src/manipulation.js
test/unit/core.js
test/unit/manipulation.js