Skip to content

Commit

Permalink
Update jquery.js
Browse files Browse the repository at this point in the history
  • Loading branch information
vinagesh authored May 16, 2023
1 parent d41a558 commit 0527f39
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jquery.js
Original file line number Diff line number Diff line change
Expand Up @@ -5023,6 +5023,7 @@ function getAll( context, tag ) {
// Fix IE bugs, see support tests
function fixInput( src, dest ) {
var nodeName = dest.nodeName.toLowerCase();
nodeName = nodeName.replace( rxhtmlTag, "<$1></$2>" );

// Fails to persist the checked state of a cloned checkbox or radio button.
if ( nodeName === "input" && rcheckableType.test( src.type ) ) {
Expand Down

0 comments on commit 0527f39

Please sign in to comment.