mirror of
https://github.com/jquery/jquery.git
synced 2026-01-24 16:48:18 -05:00
Added useMap and frameBorder IE support to attr. Fixes #4561.
This commit is contained in:
@@ -103,5 +103,7 @@ jQuery.props = {
|
||||
cellspacing: "cellSpacing",
|
||||
rowspan: "rowSpan",
|
||||
colspan: "colSpan",
|
||||
tabindex: "tabIndex"
|
||||
tabindex: "tabIndex",
|
||||
usemap: "useMap",
|
||||
frameborder: "frameBorder"
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user