jquery dropdown select

JavaScript
$('select>option:eq(3)').prop('selected', true);
$("#element-id").val('the value of the option');

Source

Also in JavaScript: