mirror of
https://github.com/jquery/jquery.git
synced 2026-01-25 06:28:18 -05:00
Fix for #1182
This commit is contained in:
3
src/jquery/jquery.js
vendored
3
src/jquery/jquery.js
vendored
@@ -1545,7 +1545,8 @@ jQuery.extend({
|
||||
disabled: "disabled",
|
||||
checked: "checked",
|
||||
readonly: "readOnly",
|
||||
selected: "selected"
|
||||
selected: "selected",
|
||||
maxlength: "maxLength"
|
||||
};
|
||||
|
||||
// IE actually uses filters for opacity ... elem is actually elem.style
|
||||
|
||||
Reference in New Issue
Block a user