Fixed issue with .val() not working properly.

This commit is contained in:
John Resig 2006-08-31 04:16:23 +00:00
parent 6ceecc520a
commit a4ec609b6a

View file

@ -1266,7 +1266,8 @@ jQuery.extend({
"class": "className",
"float": "cssFloat",
innerHTML: "innerHTML",
className: "className"
className: "className",
value: "value"
};
if ( fix[name] ) {