Fixed #1474, setting selectedIndex

This commit is contained in:
Brandon Aaron 2007-09-18 14:35:41 +00:00
parent aee81963ba
commit d5999be9ae

View file

@ -1038,7 +1038,8 @@ jQuery.extend({
checked: "checked",
readonly: "readOnly",
selected: "selected",
maxlength: "maxLength"
maxlength: "maxLength",
selectedIndex: "selectedIndex"
}
});