mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
Lost a selected check.
This commit is contained in:
parent
2abe5934f6
commit
37ee2df8a8
3
src/jquery/jquery.js
vendored
3
src/jquery/jquery.js
vendored
@ -1731,7 +1731,8 @@ jQuery.extend({
|
|||||||
value: "value",
|
value: "value",
|
||||||
disabled: "disabled",
|
disabled: "disabled",
|
||||||
checked: "checked",
|
checked: "checked",
|
||||||
readonly: "readOnly"
|
readonly: "readOnly",
|
||||||
|
selected: "selected"
|
||||||
};
|
};
|
||||||
|
|
||||||
// IE actually uses filters for opacity ... elem is actually elem.style
|
// IE actually uses filters for opacity ... elem is actually elem.style
|
||||||
|
Loading…
Reference in New Issue
Block a user