<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=tis-620" /> <title>enlarge image by num</title> <style type="text/css"> * {margin:0;padding:0} </style> <script type="text/javascript" src="http://code.jquery.com/jquery-latest.js"></script> <script> //<![CDATA[ $(function(){ var no = $('[name="no[]"]'); var s = ''; no.each(function(){ var i = no.index($(this)); var no_item = $(this); var txt_item = $('[name="txt2[]"]').eq(i); s += no_item.val() + ' | ' + txt_item.val() + '\n'; }); alert('method1:\n'+s); s = ''; no.each(function(){ s += $(this).val() + ' | ' + $(this).next().val() + '\n'; }); alert('method2:\n'+s); }); //]]> </script> </head> <body> <input type="text" name="no[]" id="no[]" value="1" /> <input type="text" name="txt2[]" id="txt2[]" value="t1" /> <input type="text" name="no[]" id="no[]" value="2" /> <input type="text" name="txt2[]" id="txt2[]" value="t2" /> <input type="text" name="no[]" id="no[]" value="3" /> <input type="text" name="txt2[]" id="txt2[]" value="t3" /> <input type="text" name="no[]" id="no[]" value="4" /> <input type="text" name="txt2[]" id="txt2[]" value="t4" /> </body> </html>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง