mirror of
https://github.com/jquery/jquery.git
synced 2026-02-18 01:11:29 -05:00
Fixed #1474, setting selectedIndex
This commit is contained in:
@@ -1038,7 +1038,8 @@ jQuery.extend({
|
||||
checked: "checked",
|
||||
readonly: "readOnly",
|
||||
selected: "selected",
|
||||
maxlength: "maxLength"
|
||||
maxlength: "maxLength",
|
||||
selectedIndex: "selectedIndex"
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user