This belong to codes prior to select2 version 4
I have a simple code of select2 that get data from ajax
select2
$("#select_location_id").val(value); $("#select_location_id").select2().trigger('change');
I solved my problem with this simple code. Where #select_location_id is an ID of select box and value is value of an option listed in select2 box.