If you just want to select an item based of a particular property of an item then jQuery option of type[prop=val] will get that item. Now I don't care about the index I just wanted the item by its value.
$('#mySelect options[value=3]).attr('selected', 'selected');