$('#selectTest option[value="' + val + '"]').attr('selected', true);

$("#selectTest").val(val)

+ Recent posts