git.asbjorn.biz
/
jquery.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
357e2ae
)
Added useMap and frameBorder IE support to attr. Fixes #4561.
author
John Resig
<jeresig@gmail.com>
Wed, 11 Nov 2009 20:11:58 +0000
(15:11 -0500)
committer
John Resig
<jeresig@gmail.com>
Wed, 11 Nov 2009 20:11:58 +0000
(15:11 -0500)
src/support.js
patch
|
blob
|
history
diff --git
a/src/support.js
b/src/support.js
index
5d04cb7
..
332839d
100644
(file)
--- 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"
};