I have the following HTML
9995101E01#1720104405
I think the nth-child pseudo-class is what you're looking for:
nth-child
$('select option:nth-child(3)').attr('selected', 'selected');