2018年8月17日
摘要: Jquery代码 $(function () { $(":checkbox.parentfunc").click(function () { //如何获取被点击的那个复选框 $(this).parent().parent().next().find(":checkbox").prop("checke 阅读全文
posted @ 2018-08-17 16:53 亦悦 阅读(1621) 评论(0) 推荐(0) 编辑
摘要: Jquery代码 <script> $(function () { $("td").click(function () { var img = $(this).prop("id"); if (parseInt(img) + 3 < 10 && $("td[id=" + (parseInt(img) 阅读全文
posted @ 2018-08-17 16:42 亦悦 阅读(522) 评论(0) 推荐(0) 编辑