如何更新select2下拉列表的值?
我已经看过这里了,我测试过的任何内容都没有更新替换下拉列表中的数据。 - Update select2 data without rebuilding the control
答案 0 :(得分:0)
对于低于标准的写作道歉,我在累了的时候写了这篇文章。但是我注意到这个主题没有任何问题/答案,我最终得到了它。
我觉得有点像一个没有尽快搞清楚的人。$('#element').select2().empty(); // empty the select2
$('#element').select2({ placeholder: 'Select A Model', data: data }); // fill the existing select2 with the data