Mission: To dynamically select an option based on a variable. $("#target").blur( function () { var targetVal = $(this).attr("value"); var matchingOption = $("select").find("option[value=" + targetVal + "]"); matchingOption.attr("selected",true); } ); Target Word:

Eye Color: