Added useMap and frameBorder IE support to attr. Fixes #4561.
This commit is contained in:
parent
357e2ae989
commit
5ac2e0837c
|
@ -103,5 +103,7 @@ jQuery.props = {
|
|||
cellspacing: "cellSpacing",
|
||||
rowspan: "rowSpan",
|
||||
colspan: "colSpan",
|
||||
tabindex: "tabIndex"
|
||||
tabindex: "tabIndex",
|
||||
usemap: "useMap",
|
||||
frameborder: "frameBorder"
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue