工作总结 2018 - 4 - 13 select标签 multiple 属性 同时选择多个选项

<div class="col-xs-4">
                                @Html.DropDownList("CustomerType", (MultiSelectList)ViewBag.CustomerType, new { @class = "chosen-select", multiple = "multiple", style = "width:370px;height:33px;" })
                            div>
$("#CustomerType").chosen();

 

转载于:https://www.cnblogs.com/cjm123/p/8822827.html

你可能感兴趣的:(工作总结 2018 - 4 - 13 select标签 multiple 属性 同时选择多个选项)