Add support for setting the cellPadding attribute in IE6/7
This commit is contained in:
parent
8e1467f97e
commit
b6d21592cb
|
@ -424,6 +424,7 @@ if ( !jQuery.support.getSetAttribute ) {
|
|||
"class": "className",
|
||||
maxlength: "maxLength",
|
||||
cellspacing: "cellSpacing",
|
||||
cellpadding: "cellPadding",
|
||||
rowspan: "rowSpan",
|
||||
colspan: "colSpan",
|
||||
usemap: "useMap",
|
||||
|
|
|
@ -20,6 +20,7 @@ test("jQuery.attrFix integrity test", function() {
|
|||
"class": "className",
|
||||
maxlength: "maxLength",
|
||||
cellspacing: "cellSpacing",
|
||||
cellpadding: "cellPadding",
|
||||
rowspan: "rowSpan",
|
||||
colspan: "colSpan",
|
||||
usemap: "useMap",
|
||||
|
|
Loading…
Reference in a new issue