Wählen Sie die erste Option in Dropdown JQuery aus

myElement.find('option:eq(0)').prop('selected', true);
Ankur