jQuery如何控制checkbox复选框单选

$('#cb_type input[type=checkbox]').click(function () {

    $(this).attr('checked', 'checked').siblings().removeAttr('checked');

});

posted @ 2017-08-09 10:59  一笑迩过  阅读(470)  评论(0编辑  收藏  举报