摘要: $("#Checkbox1").click(function () { var isChecked = $(this).prop("checked"); $("input[name='SelectOrderID']").prop("checked", isChecked); }) ... 阅读全文
posted @ 2017-04-25 16:04 AAABONE 阅读(184) 评论(0) 推荐(0) 编辑