git.asbjorn.biz
/
jquery.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6ceecc5
)
Fixed issue with .val() not working properly.
author
John Resig
<jeresig@gmail.com>
Thu, 31 Aug 2006 04:16:23 +0000
(
04:16
+0000)
committer
John Resig
<jeresig@gmail.com>
Thu, 31 Aug 2006 04:16:23 +0000
(
04:16
+0000)
src/jquery/jquery.js
patch
|
blob
|
history
diff --git
a/src/jquery/jquery.js
b/src/jquery/jquery.js
index
d40335b
..
c8605d9
100644
(file)
--- 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] ) {