<script src="http://code.jquery.com/jquery-1.9.1.js"></script> <script> $(document).ready(function(){ function test3(){ $("select#two").change(function(){ var url="1.php"; var dataSet={name:'gogo','two':$("select#two").val()} //console.log(dataSet) $.post(url,dataSet,function(data){ $("span#show").html(data); }); });} function x1(){ $.ajax({ url:"1.php", success:function(msg){ $("div#content").html(msg); // ส่วนที่ 3 นำข้อมูลมาแสดง } }); } x1(); test3(); <html> <select id="two" name="two"> </select> <br/> <span id="show"> <select id=""> <option value="one">test select</option> </select> </html>
<script src="อะไรสักอย่าง.js"></script> <html> select id="two" name="two"> </select> <span id="show"> <select id=""> <option value="one">test select</option> </select> </html>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง