mirror of
https://github.com/jquery/jquery.git
synced 2026-01-25 14:08:13 -05:00
Fix for #1893
This commit is contained in:
@@ -1199,7 +1199,8 @@ jQuery.extend({
|
||||
readonly: "readOnly",
|
||||
selected: "selected",
|
||||
maxlength: "maxLength",
|
||||
selectedIndex: "selectedIndex"
|
||||
selectedIndex: "selectedIndex",
|
||||
defaultValue: "defaultValue"
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user