您好我所有的新页面设计请帮我解决当前的问题
<javascript>
<body>
<select id="companyName" class="form-control__" style="width:100%;height: 34px;" onchange="" tabindex="4">
<option value="">Select </option>
</select>
</body>
<script>
$(document).ready(function(){
$('#companyName').select2('close');
});
</script>
答案 0 :(得分:0)
尝试使用此插件 https://github.com/wasikuss/select2-multi-checkboxes
示例:
$('#companyName').select2MultiCheckboxes({
placeholder: "Choose multiple elements",
})