<!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" xml:lang="en" lang="en"> <head> <meta http-equiv="content-type" content="text/html; charset=iso-8859-1" /> <meta name="author" content="ppanchai" /> <title>Untitled 2</title> <script type="text/javascript" src="jQuery.js"></script> <script type="text/javascript"> $(function(){ var x; var i; i = $('input').size(); for(x=1; x<=i; x++){ $('input[id=checkbox'+x+']').text("this is "+x); } }); </script> </head> <body> <input type="checkbox" id="checkbox1"/><br /> <input type="checkbox" id="checkbox2"/><br /> <input type="checkbox" id="checkbox3"/><br /> <input type="checkbox" id="checkbox4"/> </body> </html>
<!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" xml:lang="en" lang="en"> <head> <meta http-equiv="content-type" content="text/html; charset=iso-8859-1" /> <meta name="author" content="ppanchai" /> <title>Untitled 2</title> <script type="text/javascript" src="jQuery.js"></script> <script type="text/javascript"> $(function(){ $('input[id=checkbox]').each(function(index){ $(this).text("this is checkbox " + index); }); }); </script> </head> <body> <input type="checkbox" id="checkbox"/><br /> <input type="checkbox" id="checkbox"/><br /> <input type="checkbox" id="checkbox"/><br /> <input type="checkbox" id="checkbox"/> </body> </html>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง