📌  相关文章
📜  获取 select2 选定值 jquery - Javascript 代码示例

📅  最后修改于: 2022-03-11 15:02:16.056000             🧑  作者: Mango

代码示例4
$('#mySelect2').val(['1', '2']);
$('#mySelect2').trigger('change'); // Notify any JS components that the value changed