<div class="codetitle"><span><a style="CURSOR: pointer" data="40203" class="copybut" id="copybut40203" onclick="doCopy('code40203')"><u>コードをコピーします</u></a></span></div> <div class="codebody" id="code40203"> <br><html> <br><head> 🎜><script src="jquery-1.3.2.min.js" type="text/javascript"></script> <br><body> <input type="checkbox" name="chk_list" id="chk_list_1" value="1" />1<br /><input type="checkbox" name="chk_list" id= "chk_list_2" value="2" />2<br /><BR><input type="checkbox" name="chk_list" id="chk_list_3" value="3" />3<br / > <br><input type="checkbox" name="chk_list" id="chk_list_4" value="4" />4<br /> <br><input type="checkbox" name= "chk_all" id="chk_all" />すべて選択/すべて選択解除<br><script type="text/javascript"> <br>$("#chk_all").click(function(){ $ ("input[name='chk_list']").attr("checked",$(this).attr("checked")); <br></script> >< ;/body> <br></html> <br><br> <br><br>次のコードは、上記の例で選択されたチェックボックスの値を取得します。 🎜><br><br>コードをコピーします<br><br> </div> コードは次のとおりです。<br><br> <br><script type="text/javascript"> arrChk=$("input[ name='chk_list'][checked]"); <div class="codetitle">$(arrChk).each(function(){ <span>window.alert(this.value); <a style="CURSOR: pointer" data="31917" class="copybut" id="copybut31917" onclick="doCopy('code31917')">}) ; <u>}); </u></script></a></span> </div>