jquery to set value in select2 dropdown button

JavaScript
$("#u20_cre").select2().val(["1","6"]).trigger("change");
Source

Also in JavaScript: