From: John Resig Date: Thu, 31 Aug 2006 04:16:23 +0000 (+0000) Subject: Fixed issue with .val() not working properly. X-Git-Url: http://git.asbjorn.it/?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 d40335b..c8605d9 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] ) {