在IE 11中更改select2的值会导致错误

时间:2016-08-16 18:29:46

标签: jquery internet-explorer select2

我有以下函数来清空选择2的值,它在IE 11中不起作用。它在Chrome中运行。有什么建议吗?

function EmptyValueForSelect2(SelectId) {
$("#"+SelectId).val("").trigger("change");
}

0 个答案:

没有答案