From: John Resig Date: Thu, 31 Aug 2006 04:27:30 +0000 (+0000) Subject: Fixed issue with .attr( "disabled", false ) not working properly. X-Git-Tag: 1.0~6 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=3f47d3b8f5b2623a3bf289ad4446d0eafd12413d;p=jquery.git Fixed issue with .attr( "disabled", false ) not working properly. --- diff --git a/src/jquery/jquery.js b/src/jquery/jquery.js index fc3d5515b..28f4825e8 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] ) {