すべての関数を選択するための最も単純な Jquery コードを記録します。 [code]$(function(){ $("#chkAll").click(function(){ $("input:checkbox").attr("checked", $(this).attr("checked")); });});[/code]