diff --git a/src/jquery/jquery.js b/src/jquery/jquery.js index fc3d5515..28f4825e 100644 --- a/src/jquery/jquery.js +++ b/src/jquery/jquery.js @@ -1268,7 +1268,8 @@ jQuery.extend({ "float": "cssFloat", innerHTML: "innerHTML", className: "className", - value: "value" + value: "value", + disabled: "disabled" }; if ( fix[name] ) {