I have a select2 box in bootstrap modal, I want to change the value of the select2 box but it didn\'t work.
I tried every single solution in previous posts and resul
$('#select_id').val('val').trigger('change');
is the right way, see here