<html> <head> <script src="jquery-latest.js"></script> <script> function checkRadio(){ if($("#chooseRadio").val() == 1){ $("#for_show").show(); $("#for_show2").hide(); $("#for_show3").hide(); } else if($("#chooseRadio").val() == 2){ $("#for_show2").show(); $("#for_show").hide(); $("#for_show3").hide(); } else if($("#chooseRadio").val() == 3){ $("#for_show3").show(); $("#for_show").hide(); $("#for_show2").hide(); } else{ $("#for_show").hide(); $("#for_show2").hide(); $("#for_show3").hide(); } } </script> </head> <body> <select name="select" id="chooseRadio" onchange="checkRadio();"> <option value="choose">--เลือก--</option> <option value="1">1</option> <option value="2">2</option> <option value="3">3</option> <option value="4">4</option> </select> <div id="for_show" style="display:none;"> <input type="text" name="a1"><input type="text" name="a2"> </div> <div id="for_show2" style="display:none;"> <input type="text" name="a1"> </div> <div id="for_show3" style="display:none;"> <input type="text" name="a1"><input type="text" name="a2"><input type="text" name="a3"><input type="text" name="a4"><input type="text" name="a5"> </div> </body> </html>
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <script type="text/javascript" src="jquery-1.8.3.min.js"></script> <script type="text/javascript"> $(document).ready(function(){ $('#list1').change(function(){ var num = parseInt($('this, option:selected').attr('txt')); if($('#form1 :text').length != num){ $('#form1 :text').remove(); for(var i=0; i<num; i++) $('<input type="text" name="txt[]" />').appendTo('#form1'); } $('#form1 :text:first').focus(); }).change(); }); </script> </head> <body> <select id="list1" name="list1"> <option value="1" txt="2">2</option> <option value="2" txt="1">1</option> <option value="3" txt="5">5</option> </select> <form id="form1"></form> </body> </html>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง