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:
4729f4d
)
The option isn't, necessarily, hidden when this occurs.
author
jeresig
<jeresig@gmail.com>
Tue, 22 Dec 2009 20:06:27 +0000
(15:06 -0500)
committer
jeresig
<jeresig@gmail.com>
Tue, 22 Dec 2009 20:06:27 +0000
(15:06 -0500)
src/attributes.js
patch
|
blob
|
history
diff --git
a/src/attributes.js
b/src/attributes.js
index
30b3205
..
b3a49f5
100644
(file)
--- a/
src/attributes.js
+++ b/
src/attributes.js
@@
-263,7
+263,7
@@
jQuery.extend({
// These attributes require special treatment
var special = rspecialurl.test( name ), parent = elem.parentNode;
- // Safari mis-reports the default selected property of a hidden option
+ // Safari mis-reports the default selected property of an option
// Accessing the parent's selectedIndex property fixes it
if ( name === "selected" && parent ) {
parent.selectedIndex;