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

if ( fix[name] ) {

0 comments on commit a4ec609

Please sign in to comment.