How to set selected value of jquery select2?

后端 未结 28 1385
野趣味
野趣味 2020-11-30 00:00

This belong to codes prior to select2 version 4

I have a simple code of select2 that get data from ajax



        
28条回答
  •  庸人自扰
    2020-11-30 01:00

    In Select2 V.4

    use $('selector').select2().val(value_to_select).trigger('change');

    I think it should work

提交回复
热议问题