Jquery Chosen 设置默认值

chosen
1.假设初始化的chosen如下

$('#chosenId').chosen({
             width: '98%',//其他参数参考官网设置
         });

2.设置chosen默认值

 $("#chosenId").val(defaultValue);
 $("#chosenId").trigger("chosen:updated");

3.chosen其他设置

$title(参考官方参数说明)
https://harvesthq.github.io/chosen/

chosen设置默认值搞定,收工勉强

原创文章,作者:bd101bd101,如若转载,请注明出处:https://blog.ytso.com/243752.html

(0)
上一篇 2022年4月11日
下一篇 2022年4月11日

相关推荐

发表回复

登录后才能评论