会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
Easy Life
简单生活……
博客园
首页
管理
2016年11月3日
CheckBox 半选中状态
摘要: <input type='checkbox' />可以半选中,这个特性,很多浏览器都支持,包括Firefox,Chrome和IE 用 input.indeterminate 这个属性来获取或者设置半选中状态。 input.indeterminate = true; //设置成半选中 if(input
阅读全文
posted @ 2016-11-03 16:16 Easy C#
阅读(5929)
评论(1)
推荐(0)
编辑
公告