I have the following HTML:
A B C
$('#select_id option:eq(0)').prop('selected', 'selected');
its good