<script type="text/javascript"> var checked = new Array(); $("input[type=checkbox].css_data_item").click(function(){ $("table#repair_detail tr#rows").remove(); var next_order=1 , description="" , newElement=""; $("input[type=checkbox].css_data_item").each(function(){ if($(this).is(":checked")){ description = $(this).attr("rel"); checked[checked.length] = $(this).attr("rel"); newElement = "<tr id='rows'><td id='no'>"+next_order+"</td><td>"+description+"</td></tr>"; $("table#repair_detail").append(newElement); next_order = parseInt(next_order)+1; } }); }); </script>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง