<script src="http://code.jquery.com/jquery-latest.js"></script> <meta http-equiv="Content-Type" content="text/html; charset=utf8" /> <style type="text/css"> .off{ background-color:lemonchiffon; } .on{ background-color:royalblue; } .box{ display:block;width:150px;height:80px; } </style> <div class="box off"></div><br /> <div class="box on"></div> <script type="text/javascript"> $("div.box").click(function(){ if($(this).is(".on")) $(this).removeClass("on").addClass("off"); else $(this).removeClass("off").addClass("on"); }); </script>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง