How to set selected value of jquery select2?

后端 未结 28 1389
野趣味
野趣味 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 00:39

    HTML

    
    

    JS

     $("#lang").select2().val('php').trigger('change.select2');
    

    source: https://select2.github.io/options.html

提交回复
热议问题