Skip to content

Commit

Permalink
Added support for :selected.
Browse files Browse the repository at this point in the history
  • Loading branch information
jeresig committed Aug 18, 2006
1 parent 065cd7e commit b91f8a9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/jquery/jquery.js
Expand Up @@ -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])",
"@": {
Expand Down

0 comments on commit b91f8a9

Please sign in to comment.