aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJohn Resig <jeresig@gmail.com>2009-11-11 15:11:58 -0500
committerJohn Resig <jeresig@gmail.com>2009-11-11 15:11:58 -0500
commit5ac2e0837cd5c86acc526c5bc5c3abbe91303116 (patch)
tree769cd57ee6bb4c104b6e4669b5d77723c9246125 /src
parent357e2ae98908478bcb624b5db68098772a0548c2 (diff)
downloadjquery-5ac2e0837cd5c86acc526c5bc5c3abbe91303116.tar.gz
jquery-5ac2e0837cd5c86acc526c5bc5c3abbe91303116.zip
Added useMap and frameBorder IE support to attr. Fixes #4561.
Diffstat (limited to 'src')
-rw-r--r--src/support.js4
1 files changed, 3 insertions, 1 deletions
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"
};