动态更新数据
$("#txt_search_batch").find(“option”).remove();
$("#txt_search_batch").trigger(“chosen:updated”);
$("#txt_search_batch").chosen();
jquery chosen插件 动态更新数据
最新推荐文章于 2022-02-12 21:36:20 发布
动态更新数据
$("#txt_search_batch").find(“option”).remove();
$("#txt_search_batch").trigger(“chosen:updated”);
$("#txt_search_batch").chosen();