<!doctype html><html><head><title>TEST</title><script src="jquery-2.1.1.min.js"></script> <script> var id=0; $(document).ready(function(){ $('.xxx').click( fncBtClick); }); function fncBtClick(e){ var obj = e.target;id++; alert( $(obj).html()) $('div').append('<button calss="xxx" id="new'+id+'">save'+id+'</button>') .find('#new'+id).click(fncBtClick); } </script> </head><body> <span>TEST</span> <div> <button class="xxx" type="button">Add</button> </div> </body></html>
<!doctype html> <html><head><title>TEST</title> <script src="http://code.jquery.com/jquery-1.11.3.min.js" type="text/javascript"></script> <script type="text/javascript"> var id=0; $(document).ready(function(){ $("#box").on("click","button",function(){ id++; alert( this.outerHTML); $("#box").append("<button id='new"+id+"'>save"+id+"</button>"); }); }); </script> </head><body> <span>TEST</span> <div id="box"> <button type="button">Add</button> </div> </body> </html>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง