<script src="http://code.jquery.com/jquery-latest.js"></script> <meta http-equiv="Content-Type" content="text/html; charset=utf8" /> <script type="text/javascript"> $(document).ready(function(){ $("td[for='subGroup'] :checkbox").attr({"disabled":"disabled"}); // เมื่อโหลดหน้านี้ก็กำหนดให้ซ่อน เช็คบ็อกซ์ที่อยู่ภายใต้ td ที่มี attrubute for=subGroup ทั้งหมด $(":checkbox[for='groupController']").change(function(){ // เมื่อมีการคลิ๊กที่ตัวควบคุม var checking = $(this).prop("checked"); $(this).parents("tr").find("td[for='subGroup'] :checkbox").prop({"disabled":!checking}); }); }); </script> <table border="1"> <tr> <td width="150"><input type="checkbox" name="A" for="groupController" />A</td> <td width="250" for="subGroup"><input type="checkbox" name="AA">AA <input type="checkbox" name="AB">AB </td> </tr> <tr> <td><input type="checkbox" name="B" for="groupController" />B</td> <td for="subGroup"><input type="checkbox" name="BA">BA <input type="checkbox" name="BB">BB </td> </tr> </table>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง