<!DOCTYPE html > <html> <head> <meta charset="utf-8" /> <title>test</title> <script type="text/javascript" src="http://code.jquery.com/jquery.min.js"></script> <script type="text/javascript"> $(function(){ $("#add").click(function(){ $("#firstTr:eq(0)").clone(true) .find("input").attr("value","").end() .find("textarea").attr("value","").end() //.find(".show_file_name").text("").end() .find("select").attr("value","").end() .appendTo($("#myTbl")); }); $("#removeRow").click(function(){ if($("#myTbl tr").size()>2){ $("#myTbl tr:last").remove(); }else{ alert("ห้ามลบ"); } }); }); </script> </head> <body> <p><button id="add" type="button">+</button> <button id="removeRow" type="button">-</button> </p> <form action="t2.php" method="post"> <table id="myTbl" width="148" border="1" cellspacing="2" cellpadding="0"> <tr> <td align="center">NAME</td> </tr> <tr id="firstTr"> <td width="140"><input type="text" name="names[]" id="names[]"/></td> <td width="140"><input type="text" name="name[]" id="name[]"/></td> </tr> </table> <button type="submit" name="submit">1233</button> </form> </body> </html>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง