Added useMap and frameBorder IE support to attr. Fixes #4561.

This commit is contained in:
John Resig 2009-11-11 15:11:58 -05:00
parent 357e2ae989
commit 5ac2e0837c

View file

@ -103,5 +103,7 @@ jQuery.props = {
cellspacing: "cellSpacing",
rowspan: "rowSpan",
colspan: "colSpan",
tabindex: "tabIndex"
tabindex: "tabIndex",
usemap: "useMap",
frameborder: "frameBorder"
};