资源介绍
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"});
});
然后使用如下