I have a select tag:
value 1
Or you can just use focus().
$("select").find("option[value=4]").focus(); $('select option[value="banana"]').focus();