Added useMap and frameBorder IE support to attr. Fixes #4561.
authorJohn Resig <jeresig@gmail.com>
Wed, 11 Nov 2009 20:11:58 +0000 (15:11 -0500)
committerJohn Resig <jeresig@gmail.com>
Wed, 11 Nov 2009 20:11:58 +0000 (15:11 -0500)
src/support.js

index 5d04cb7..332839d 100644 (file)
@@ -103,5 +103,7 @@ jQuery.props = {
        cellspacing: "cellSpacing",
        rowspan: "rowSpan",
        colspan: "colSpan",
-       tabindex: "tabIndex"
+       tabindex: "tabIndex",
+       usemap: "useMap",
+       frameborder: "frameBorder"
 };