<html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Untitled Document</title> </head> <body> <input type="checkbox" name="checkbox1" id="checkbox1" value="Grade" />เกรดสินค้า<br> <input type="checkbox" name="checkbox2" id="checkbox2" value="GradeGroup" />กลุ่มสินค้า<br> <input type="checkbox" name="checkbox3" id="checkbox3" value="Country" />ประเทศ<br> <input type="checkbox" name="checkbox4" id="checkbox4" value="CountryGroup" />กลุ่มประเทศ<br> <input type="checkbox" name="checkbox5" id="checkbox5" value="Years" />ปี<br> <input type="checkbox" name="checkbox6" id="checkbox6" value="Month" />เดือน <script type="text/javascript" src="http://code.jquery.com/jquery-latest.min.js"></script> <meta http-equiv="Content-Type" content="text/html; charset=TIS-620" /> <script type="text/javascript" src="jquery.js"></script> <!-- jquery plugin : http://code.google.com/p/jquery-json/ --> <script type="text/javascript" src="jquery.json-2.2.js"></script> <script type="text/javascript"> $(function(){ $("#checkbox1").click(function(){ if($(this).attr("checked")==true){ $("#checkbox2").attr("disabled","true"); }else if($(this).attr("checked")==false){ $("#checkbox2").removeAttr("disabled"); } }); }); $(function(){ $("#checkbox2").click(function(){ if($(this).attr("checked")==true){ $("#checkbox1").attr("disabled","true"); }else if($(this).attr("checked")==false){ $("#checkbox1").removeAttr("disabled"); } }); }); $(function(){ $("#checkbox3").click(function(){ if($(this).attr("checked")==true){ $("#checkbox4").attr("disabled","true"); }else if($(this).attr("checked")==false){ $("#checkbox4").removeAttr("disabled"); } }); }); $(function(){ $("#checkbox4").click(function(){ if($(this).attr("checked")==true){ $("#checkbox3").attr("disabled","true"); }else if($(this).attr("checked")==false){ $("#checkbox3").removeAttr("disabled"); } }); }); $(function(){ $("#checkbox5").click(function(){ if($(this).attr("checked")==true){ }else if($(this).attr("checked")==false){ } }); }); $(function(){ $("#checkbox6").click(function(){ if($(this).attr("checked")==true){ }else if($(this).attr("checked")==false){ } }); }); </script> </body> </html>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง