Fixed #1474, setting selectedIndex
This commit is contained in:
parent
aee81963ba
commit
d5999be9ae
1 changed files with 2 additions and 1 deletions
|
@ -1038,7 +1038,8 @@ jQuery.extend({
|
|||
checked: "checked",
|
||||
readonly: "readOnly",
|
||||
selected: "selected",
|
||||
maxlength: "maxLength"
|
||||
maxlength: "maxLength",
|
||||
selectedIndex: "selectedIndex"
|
||||
}
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in a new issue