select first option in dropdown jquery

JavaScript
myElement.find('option:eq(0)').prop('selected', true);
Source

Also in JavaScript: