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