Landing pull request 332. Appending disconnected radio or checkbox inputs and keeping checked setting Fixes #8060, #8500.

More Details:
 - https://github.com/jquery/jquery/pull/332
 - http://bugs.jquery.com/ticket/8060
 - http://bugs.jquery.com/ticket/8500
This commit is contained in:
timmywil 2011-04-21 21:51:23 -04:00 committed by jeresig
parent 3ac9eb7ce3
commit d274b7b9f7
4 changed files with 95 additions and 44 deletions

View file

@ -731,7 +731,7 @@ jQuery.extend({
}
}
// Go thorugh every key on the object,
// Go through every key on the object,
} else {
for ( key in elems ) {
value = callback( elems[ key ], key, arg );