摘要: jQuery if checkbox is checked 回答1 for jQuery 1.6 or higher: if ($('input.checkbox_check').prop('checked')) { //blah blah } the cross-browser-compatibl 阅读全文
posted @ 2022-03-09 11:45 ChuckLu 阅读(73) 评论(0) 推荐(0)