From 37ee2df8a81fa4e9fba49dbc166c4e89820f9152 Mon Sep 17 00:00:00 2001 From: John Resig Date: Sat, 23 Dec 2006 06:40:27 +0000 Subject: [PATCH 1/1] Lost a selected check. --- src/jquery/jquery.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/jquery/jquery.js b/src/jquery/jquery.js index 57915bf..3d2bf48 100644 --- a/src/jquery/jquery.js +++ b/src/jquery/jquery.js @@ -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 -- 1.7.10.4