]> source.dussan.org Git - jquery.git/commitdiff
Fixed issue with .val() not working properly.
authorJohn Resig <jeresig@gmail.com>
Thu, 31 Aug 2006 04:16:23 +0000 (04:16 +0000)
committerJohn Resig <jeresig@gmail.com>
Thu, 31 Aug 2006 04:16:23 +0000 (04:16 +0000)
src/jquery/jquery.js

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