<!DOCTYPE html> <html> <head> <title>Try jQuery Online</title> <script src="//ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script> <script> $(document).ready(function() { $("#test1").click(function(){ alert($(this).prop('checked')); if($(this).prop('checked')){ $('div[data-refid="'+$(this).attr('id')+'"').show(); }else{ $('div[data-refid="'+$(this).attr('id')+'"').hide(); } }); }); </script> </head> <body> <input type="checkbox" checked="true" id="test1" > <div data-refid="test1">test</div> </body> </html>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง