select first option of dropdown code example Example: select first option in dropdown jquery myElement.find('option:eq(0)').prop('selected', true);