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 d40335b..c8605d9 100644 (file)
@@ -1266,7 +1266,8 @@ jQuery.extend({
                        "class": "className",
                        "float": "cssFloat",
                        innerHTML: "innerHTML",
-                       className: "className"
+                       className: "className",
+                       value: "value"
                };
 
                if ( fix[name] ) {