aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authortimmywil <tim.willison@thisismedium.com>2011-04-14 23:11:49 -0400
committertimmywil <tim.willison@thisismedium.com>2011-04-14 23:11:49 -0400
commitb6d21592cb2023ce8922781536b984e6d2654ad7 (patch)
tree75ca8dc90c095a09e86422027400c10d14f5eb35 /src
parent8e1467f97eb8facb6677663794eb159eb8fedaab (diff)
downloadjquery-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.js1
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",