Wybierz pierwszą opcję w rozwijanym jQuery

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