Is it possible to set the value of the select programmatically? for example $('#my-select').val('123'); or $('#my-select').find('option[value="123"]').prop('selected', true);