mirror of
https://github.com/jquery/jquery.git
synced 2026-04-20 03:01:22 -04:00
jquery core: adding rowSpan to jQuery.props.
This commit is contained in:
@@ -1244,7 +1244,8 @@ jQuery.extend({
|
||||
styleFloat: styleFloat,
|
||||
readonly: "readOnly",
|
||||
maxlength: "maxLength",
|
||||
cellspacing: "cellSpacing"
|
||||
cellspacing: "cellSpacing",
|
||||
rowspan: "rowSpan"
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user