Skip to content
Permalink
Browse files
Added useMap and frameBorder IE support to attr. Fixes #4561.
  • Loading branch information
jeresig committed Nov 11, 2009
1 parent 357e2ae commit 5ac2e08
Showing 1 changed file with 3 additions and 1 deletion.
@@ -103,5 +103,7 @@ jQuery.props = {
cellspacing: "cellSpacing",
rowspan: "rowSpan",
colspan: "colSpan",
tabindex: "tabIndex"
tabindex: "tabIndex",
usemap: "useMap",
frameborder: "frameBorder"
};

0 comments on commit 5ac2e08

Please sign in to comment.