Skip to content
Permalink
Browse files
Fixed issue with .attr( "disabled", false ) not working properly.
  • Loading branch information
jeresig committed Aug 31, 2006
1 parent b27be15 commit 3f47d3b
Showing 1 changed file with 2 additions and 1 deletion.
@@ -1268,7 +1268,8 @@ jQuery.extend({
"float": "cssFloat",
innerHTML: "innerHTML",
className: "className",
value: "value"
value: "value",
disabled: "disabled"
};

if ( fix[name] ) {

0 comments on commit 3f47d3b

Please sign in to comment.