Make a new jQuery.support.noCloneChecked - splitting apart the previous feature detec...
authorjeresig <jeresig@gmail.com>
Wed, 23 Feb 2011 18:18:44 +0000 (13:18 -0500)
committerjeresig <jeresig@gmail.com>
Wed, 23 Feb 2011 18:18:44 +0000 (13:18 -0500)
commit292acd97a226ec15af2adc069d02973d59c6bc59
tree1226999ac7d6c8a549105ace2930478cacdb9006
parent3663836b0180f3a73d96ec234d5d7010e5652a4b
Make a new jQuery.support.noCloneChecked - splitting apart the previous feature detect relating to clone in IE, fixes the last remaining issue with IE 9 RC. Fixes #8365.
src/manipulation.js
src/support.js
test/unit/manipulation.js