diff options
author | timmywil <tim.willison@thisismedium.com> | 2011-04-14 23:11:49 -0400 |
---|---|---|
committer | timmywil <tim.willison@thisismedium.com> | 2011-04-14 23:11:49 -0400 |
commit | b6d21592cb2023ce8922781536b984e6d2654ad7 (patch) | |
tree | 75ca8dc90c095a09e86422027400c10d14f5eb35 /src | |
parent | 8e1467f97eb8facb6677663794eb159eb8fedaab (diff) | |
download | jquery-b6d21592cb2023ce8922781536b984e6d2654ad7.tar.gz jquery-b6d21592cb2023ce8922781536b984e6d2654ad7.zip |
Add support for setting the cellPadding attribute in IE6/7
Diffstat (limited to 'src')
-rw-r--r-- | src/attributes.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/attributes.js b/src/attributes.js index 5ccbf2cde..374196e12 100644 --- a/src/attributes.js +++ b/src/attributes.js @@ -424,6 +424,7 @@ if ( !jQuery.support.getSetAttribute ) { "class": "className", maxlength: "maxLength", cellspacing: "cellSpacing", + cellpadding: "cellPadding", rowspan: "rowSpan", colspan: "colSpan", usemap: "useMap", |