$(function() { $(":checkbox").click(function() { var v = this.checked; $(this).parents("table").next("div").find(":checkbox").each(function() { this.checked = v; }); }); });
Powered by: 博客园 Copyright © 2024 xiaoqiang_888 Powered by .NET 8.0 on Kubernetes