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