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