I have the following select box.
1
Anyway, this worked well on IE9 if you want to mantain the "SELECTED" attribute
"SELECTED"
$("select#selId").find("option#2").attr("selected", true);
http://jsfiddle.net/cqENs/