JQuery中Checkbox选择

判断是否选中

$(this).is(":checked")


取消选中
$(this).prop("checked", false)

选中
$(this).prop("checked", true)
posted @ 2016-02-05 09:30  爱听民谣的程序猿  阅读(141)  评论(0编辑  收藏  举报