Выберите первый вариант в раскрывающемся jQuery

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