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:
065cd7e
)
Added support for :selected.
author
John Resig
<jeresig@gmail.com>
Fri, 18 Aug 2006 04:27:57 +0000
(
04:27
+0000)
committer
John Resig
<jeresig@gmail.com>
Fri, 18 Aug 2006 04:27:57 +0000
(
04:27
+0000)
src/jquery/jquery.js
patch
|
blob
|
history
diff --git
a/src/jquery/jquery.js
b/src/jquery/jquery.js
index
ec97116
..
8167d1b
100644
(file)
--- a/
src/jquery/jquery.js
+++ b/
src/jquery/jquery.js
@@
-1029,7
+1029,8
@@
jQuery.extend({
// Form elements
enabled: "!a.disabled",
disabled: "a.disabled",
- checked: "a.checked"
+ checked: "a.checked",
+ selected: "a.selected"
},
".": "jQuery.className.has(a,m[2])",
"@": {