Skip to content
Permalink
Browse files
Lost a selected check.
  • Loading branch information
jeresig committed Dec 23, 2006
1 parent 2abe593 commit 37ee2df
Showing 1 changed file with 2 additions and 1 deletion.
@@ -1731,7 +1731,8 @@ jQuery.extend({
value: "value",
disabled: "disabled",
checked: "checked",
readonly: "readOnly"
readonly: "readOnly",
selected: "selected"
};

// IE actually uses filters for opacity ... elem is actually elem.style

0 comments on commit 37ee2df

Please sign in to comment.