mirror of
https://github.com/jquery/jquery.git
synced 2026-02-01 13:04:59 -05:00
@@ -32,7 +32,7 @@ jQuery.extend({
|
||||
}
|
||||
|
||||
// Fallback to prop when attributes are not supported
|
||||
if ( !elem.getAttribute ) {
|
||||
if ( typeof elem.getAttribute === "undefined" ) {
|
||||
return jQuery.prop( elem, name, value );
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user