摘要:
借助Chosen Plugin可以实现多选下拉框。 选择多项: 设置选项数量,比如设置最多允许2个选项: 考虑到多选下拉选中项是string数组,Model应该这样设计: using System.Collections.Generic;using System.Web.Mvc;namespace MvcApplication1.Models{ public class CarV... 阅读全文
posted @ 2014-06-01 19:59
Darren Ji
阅读(5599)评论(2)推荐(2)
编辑