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-Url: http://git.asbjorn.it/?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 fc3d551..28f4825 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] ) {