From: John Resig Date: Wed, 11 Nov 2009 20:11:58 +0000 (-0500) Subject: Added useMap and frameBorder IE support to attr. Fixes #4561. X-Git-Tag: 1.4a1~64 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=5ac2e0837cd5c86acc526c5bc5c3abbe91303116;p=jquery.git Added useMap and frameBorder IE support to attr. Fixes #4561. --- diff --git a/src/support.js b/src/support.js index 5d04cb78e..332839df8 100644 --- a/src/support.js +++ b/src/support.js @@ -103,5 +103,7 @@ jQuery.props = { cellspacing: "cellSpacing", rowspan: "rowSpan", colspan: "colSpan", - tabindex: "tabIndex" + tabindex: "tabIndex", + usemap: "useMap", + frameborder: "frameBorder" };