摘要: $("#aaa").click(function(){ $.each($('input:checkbox'),function(){ if(this.checked){ $(this).val(1) }else{ $(this).val(0) } }); }); 阅读全文
posted @ 2017-05-08 18:10 2人4人 阅读(536) 评论(0) 推荐(0)
摘要: <div class="row" style="margin-left:0;margin-right:0;"> <div class="col-lg-12 bt-margin"> <div class="ico_input"> <div class="col-md-12 np"> <select c 阅读全文
posted @ 2017-05-08 17:10 2人4人 阅读(280) 评论(0) 推荐(0)
摘要: <style> .xxtj{ border: 1px solid #dcdcdc; margin: 0 32px; padding: 32px 43px; } .dlhoriv dt{ color: #666666 !important; font-weight: normal; width: 13 阅读全文
posted @ 2017-04-27 11:43 2人4人 阅读(102) 评论(0) 推荐(0)
摘要: <style type="text/css"> .tree { min-height:20px; padding:19px; margin-bottom:20px; } .tree li { list-style-type:none; margin:0; padding:5px 5px 5px 5p 阅读全文
posted @ 2017-03-11 16:02 2人4人 阅读(514) 评论(0) 推荐(0)
摘要: 关于Bootstrap组件 1、http://www.cnblogs.com/landeanfen/p/5461849.html 响应插件链接 http://blog.sae.sina.com.cn/archives/753 2、pdf的线预览 https://products.office.com 阅读全文
posted @ 2017-03-09 11:51 2人4人 阅读(115) 评论(0) 推荐(0)
摘要: 当点击张三丰时,它跑到赵四下面,当点击赵四关闭时,它回到select里。代码如下 <script type="text/javascript"> </script> 欢迎帮助完善 阅读全文
posted @ 2017-03-09 11:48 2人4人 阅读(260) 评论(0) 推荐(0)