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
$("[id$='" + originalId + "']").val("0 index value");
will set it to 0