<html><head><script src="http://code.jquery.com/jquery-1.11.1.min.js"></script></head><body><div id="divckb"><input type="checkbox" name="ckb1" value="1" />张三<input type="checkbox" name="ckb2" value="2" />李四<input type="checkbox" name="ckb3" value="3"/>王五<input type="checkbox" name="ckb4" value="4" />赵六</div><script>$(function(){$("#divckb input").each(function(){ $(this).change(function(){ var test= $(this).attr("checked"); if($(this).attr("checked")){ //此处写你的处理 //$("#divckb input").each(function(){ // //alert($(this).val()); // // if(test== $(this).attr("checked")){ // $(this).attr("checked",false); // //alert($(this).val()+"-1"); // }else{ // $(this).attr("checked",false); // //alert($(this).val()+"-2"); // } //}); } else{ $(this).attr("checked",true); $(this).siblings().each(function(){ $(this).attr("checked",false); }); //此处写你的处理 } }); });});</script></body></html>
点击查看更多内容
为 TA 点赞
1 评论
共同学习,写下你的评论
作者其他优质文章
正在加载中
感谢您的支持,我会继续努力的~
扫码打赏,你说多少就多少
赞赏金额会直接到老师账户
支付方式
打开微信扫一扫,即可进行扫码打赏哦
写的真好,一口气读下来,有个深深地疑问,老师您觉得我们现在造自己的操作系统有必要吗?是应该从零开始,还是从开源的比如unix开始改写。我之前听过一种说法叫云服务器,好像就死阿里做的,您感觉这个方向发展潜力如何?期待老师后续的精彩分享!