摘要: $(function() {$(':checkbox[name=复选框name值]').each(function() {$(this).click(function() {if ($(this).attr('checked')) {$(':checkbox[name=复选框name值]').removeAttr('checked');$(this).attr('checked', 'checked');}});});}); 阅读全文
posted @ 2013-10-08 14:08 tao5310 阅读(3682) 评论(0) 推荐(0) 编辑