Add support for setting the cellPadding attribute in IE6/7

1.7/enhancement_8685
timmywil 2011-04-14 23:11:49 -04:00
parent 8e1467f97e
commit b6d21592cb
2 changed files with 2 additions and 0 deletions

View File

@ -424,6 +424,7 @@ if ( !jQuery.support.getSetAttribute ) {
"class": "className",
maxlength: "maxLength",
cellspacing: "cellSpacing",
cellpadding: "cellPadding",
rowspan: "rowSpan",
colspan: "colSpan",
usemap: "useMap",

View File

@ -20,6 +20,7 @@ test("jQuery.attrFix integrity test", function() {
"class": "className",
maxlength: "maxLength",
cellspacing: "cellSpacing",
cellpadding: "cellPadding",
rowspan: "rowSpan",
colspan: "colSpan",
usemap: "useMap",