Add test for bug #3116
This commit is contained in:
parent
47c80c2050
commit
3892df207d
2 changed files with 13 additions and 5 deletions
|
@ -330,7 +330,7 @@ jQuery.extend({
|
|||
|
||||
// Check form objects in IE (multiple bugs related)
|
||||
if ( isFormObjects ) {
|
||||
// Returns undefined for empty string, which is the blank nodeValue in IE
|
||||
// Return undefined for empty string, which is the blank nodeValue in IE
|
||||
ret = elem.getAttributeNode( name ).nodeValue || undefined;
|
||||
} else {
|
||||
ret = elem.getAttribute( name );
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue