Fixed issue with .attr( "disabled", false ) not working properly.
authorJohn Resig <jeresig@gmail.com>
Thu, 31 Aug 2006 04:27:30 +0000 (04:27 +0000)
committerJohn Resig <jeresig@gmail.com>
Thu, 31 Aug 2006 04:27:30 +0000 (04:27 +0000)
src/jquery/jquery.js

index fc3d551..28f4825 100644 (file)
@@ -1268,7 +1268,8 @@ jQuery.extend({
                        "float": "cssFloat",
                        innerHTML: "innerHTML",
                        className: "className",
-                       value: "value"
+                       value: "value",
+                       disabled: "disabled"
                };
 
                if ( fix[name] ) {