标签:_id 插件 hang 设置 sele class color sel code
在select2中,要想设置指定值为选中状态并显示:
$("#select2_Id").val("XXXXX").select2()
或者
var obj= $("#table2_Id").select2(); obj.val("XXXXX").trigger("change");
标签:_id 插件 hang 设置 sele class color sel code
原文地址:http://www.cnblogs.com/Amaris-Lin/p/7797894.html