I have an select box:
Number 0 Number 1
You can also init multiple values if your selectbox is a multipl:
$('#selectBox').val(['A', 'B', 'C']);