From: John Resig Date: Thu, 31 Aug 2006 04:16:23 +0000 (+0000) Subject: Fixed issue with .val() not working properly. X-Git-Tag: 1.0~9 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=a4ec609b6a52a3c0f791d5426c1a5816b23e6956;p=jquery.git Fixed issue with .val() not working properly. --- diff --git a/src/jquery/jquery.js b/src/jquery/jquery.js index d40335b8b..c8605d985 100644 --- a/src/jquery/jquery.js +++ b/src/jquery/jquery.js @@ -1266,7 +1266,8 @@ jQuery.extend({ "class": "className", "float": "cssFloat", innerHTML: "innerHTML", - className: "className" + className: "className", + value: "value" }; if ( fix[name] ) {