文件名称:chosen下拉框多选
文件大小:8KB
文件格式:RAR
更新时间:2021-03-19 07:08:00
chosen
chosen用于下拉框多选,本资源含有css及js,导入项目中后需要初始化 $(function(){ //下拉框 $(".chzn-select").chosen(); $(".chzn-select-deselect").chosen({allow_single_deselect:true}); $(".chzn-container").css({"width":"350px"}); $(".chzn-drop").css({"width":"350px"}); }); 然后使用如下
【文件预览】:
chosen
----chosen.css(15KB)
----chosen.jquery.min.js(23KB)