摘要: $("#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)