Make sure that checked state is cloned properly. Based upon the patch by Michael...
authorMichael Monteleone <michael@michaelmonteleone.net>
Mon, 25 Jan 2010 23:43:33 +0000 (18:43 -0500)
committerjeresig <jeresig@gmail.com>
Mon, 25 Jan 2010 23:43:33 +0000 (18:43 -0500)
commitbed759c95ca6d796125653b540e8611dc63b38bb
treebc8fcc3811466fd18913fd2604586b8c6a96bb04
parent390186b902c4c1ac13e23754d33ed4d8b3d5fa38
Make sure that checked state is cloned properly. Based upon the patch by Michael, required better test cases and in doing so found more edge cases. Introduced a new check into jQuery.support as a result. Fixes #5929.
src/manipulation.js
src/support.js
test/unit/manipulation.js