diff --git a/src/core.js b/src/core.js index 478de971..5e1f0b05 100644 --- a/src/core.js +++ b/src/core.js @@ -1244,7 +1244,8 @@ jQuery.extend({ styleFloat: styleFloat, readonly: "readOnly", maxlength: "maxLength", - cellspacing: "cellSpacing" + cellspacing: "cellSpacing", + rowspan: "rowSpan" } });