How do I set the index of a dropdown in jQuery if the way I\'m finding the control is as follows:
$(\"*[id$=\'\" + originalId + \"\']\")
I
Select 4th option
$('#select').val($('#select option').eq(3).val());
example on jsfiddle