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",
|
||||
innerHTML: "innerHTML",
|
||||
className: "className",
|
||||
value: "value"
|
||||
value: "value",
|
||||
disabled: "disabled"
|
||||
};
|
||||
|
||||
if ( fix[name] ) {
|
||||
|
|
Loading…
Reference in a new issue