随笔分类 -  web前端

先在html页面的绘制和js中功能处理情况
可输入式下拉框
摘要:注:参考别人的成果,自己完善后留作学习。 阅读全文

posted @ 2018-04-12 13:27 弋淼女孩 阅读(256) 评论(0) 推荐(0)

竖向展开式菜单
摘要:效果图: HTML 布局: css 定义: 1 /* sub menu sart */ 2 .divSubLeftMenu { 3 float:left; 4 width: 16.666667%; 5 max-width: 250px; 6 height: auto; 7 background: # 阅读全文

posted @ 2018-01-11 17:49 弋淼女孩 阅读(299) 评论(0) 推荐(0)

checkbox 全选或取消
摘要:Html: 点击label 也能 check <div class="checkbox"> <input class="inputCheckbox" id="brandCheck_17" type="checkbox" value=""> <label for="brandCheck_17">Len 阅读全文

posted @ 2018-01-10 17:43 弋淼女孩 阅读(195) 评论(0) 推荐(0)

onoffswitch-checkbox
摘要:@foreach (EmailSubscription es in Model) { if(true){ <div class="onoffswitch"> <input type="checkbox" checked class="onoffswitch-checkbox" name="onoff 阅读全文

posted @ 2017-12-18 16:02 弋淼女孩 阅读(3021) 评论(0) 推荐(0)

switchery按钮使用
摘要:1.先引入switchery.css 和 switchery.js 2.绘制 checkbox按钮 : a.静态页面写法 未选中时 <input type="checkbox" class="js-switch_3" /> 选中时 <input type="checkbox" class="js-s 阅读全文

posted @ 2017-12-18 13:35 弋淼女孩 阅读(810) 评论(0) 推荐(0)

导航