We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9ea869 commit 5430c54Copy full SHA for 5430c54
src/attributes/attr.js
@@ -38,7 +38,7 @@ jQuery.extend( {
38
return jQuery.prop( elem, name, value );
39
}
40
41
- // All attributes are lowercase
+ // Attribute hooks are determined by the lowercase version
42
// Grab necessary hook if one is defined
43
if ( nType !== 1 || !jQuery.isXMLDoc( elem ) ) {
44
hooks = jQuery.attrHooks[ name.toLowerCase() ] ||
0 commit comments