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