mirror of
https://github.com/jquery/jquery.git
synced 2025-01-10 18:24:24 +00:00
Fixed issue with .attr( "disabled", false ) not working properly.
This commit is contained in:
parent
b27be158f2
commit
3f47d3b8f5
3
src/jquery/jquery.js
vendored
3
src/jquery/jquery.js
vendored
@ -1268,7 +1268,8 @@ jQuery.extend({
|
|||||||
"float": "cssFloat",
|
"float": "cssFloat",
|
||||||
innerHTML: "innerHTML",
|
innerHTML: "innerHTML",
|
||||||
className: "className",
|
className: "className",
|
||||||
value: "value"
|
value: "value",
|
||||||
|
disabled: "disabled"
|
||||||
};
|
};
|
||||||
|
|
||||||
if ( fix[name] ) {
|
if ( fix[name] ) {
|
||||||
|
Loading…
Reference in New Issue
Block a user