From: John Resig <jeresig@gmail.com>
Date: Sat, 23 Dec 2006 06:40:27 +0000 (+0000)
Subject: Lost a selected check.
X-Git-Url: http://git.asbjorn.biz/?a=commitdiff_plain;h=37ee2df8a81fa4e9fba49dbc166c4e89820f9152;p=jquery.git

Lost a selected check.
---

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