I have an select box:
Number 0 Number 1
select 3rd option
$('#selectBox').val($('#selectBox option').eq(2).val());
Example on jsfiddle