Fixed issue with .val() not working properly.
This commit is contained in:
parent
6ceecc520a
commit
a4ec609b6a
3
src/jquery/jquery.js
vendored
3
src/jquery/jquery.js
vendored
|
@ -1266,7 +1266,8 @@ jQuery.extend({
|
|||
"class": "className",
|
||||
"float": "cssFloat",
|
||||
innerHTML: "innerHTML",
|
||||
className: "className"
|
||||
className: "className",
|
||||
value: "value"
|
||||
};
|
||||
|
||||
if ( fix[name] ) {
|
||||
|
|
Loading…
Reference in a new issue