<form id="seat" name="select_seat" method="post" action=""> <input type="checkbox" name="no[]" value="1"/> หมายเลข 1</td> <input type="checkbox" name="no[]" value="2"/> หมายเลข 2</td> <input type="checkbox" name="no[]" value="3"/> หมายเลข 3</td> <input type="checkbox" name="no[]" value="4"/> หมายเลข 4</td> <input type="checkbox" name="no[]" value="5"/> หมายเลข 5</td> </form>
<form id="seat" name="select_seat" method="post" action=""> <input type="checkbox" name="no[]" value="1" class="checkbox" /> หมายเลข 1<br /> <input type="checkbox" name="no[]" value="2" class="checkbox" /> หมายเลข 2<br /> <input type="checkbox" name="no[]" value="3" class="checkbox" /> หมายเลข 3<br /> <input type="checkbox" name="no[]" value="4" class="checkbox" /> หมายเลข 4<br /> <input type="checkbox" name="no[]" value="5" class="checkbox" /> หมายเลข 5<br /> </form> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script> <script type='text/javascript'> $(document).ready(function(){ var maxItem = 2; $("input.checkbox").click(function(){ if($("input.checkbox:checked").length > maxItem) return false; }); });
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง