摘要: public static class CheckBoxListExtend{ public static MvcHtmlString CheckBoxList(this HtmlHelper helper, string name, IEnumerable selectList) { return CheckBoxList(helper, name, selectList, new { }); } public static MvcHtmlString CheckBoxList(this HtmlHelper helper, string name, I... 阅读全文
posted @ 2014-02-17 13:59 飞上青天 阅读(487) 评论(0) 推荐(0) 编辑
摘要: 加上一段脚本就ok了 $('option').attr('title',function(){ return this.innerHTML; }); 阅读全文
posted @ 2014-02-12 11:04 飞上青天 阅读(699) 评论(0) 推荐(0) 编辑