<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>Autocomplete</title> <script type="text/javascript" src="http://code.jquery.com/jquery-latest.min.js"></script> <link rel="stylesheet" href="conf/jQuery/jquery-ui-1.8.17.custom.css"> <script type="text/javascript" src="conf/jQuery/jquery-ui-1.8.17.custom.min.js"></script> <script> $(function() { var availableTags = [ "ActionScript", "AppleScript", "Asp", ]; $( ".auto" ).autocomplete({ source: availableTags }); }); </script> <style> body{text-align:center; margin:0 auto;} #test{text-align:left; margin:100px auto; width:1000px; background-color: #86caff; padding:5px;} </style> </head> <body> <div id="test"> <input class="auto" size="50" /> </div> </body> </html>
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>Autocomplete</title> <script type="text/javascript" src="http://code.jquery.com/jquery-latest.min.js"></script> <link rel="stylesheet" href="conf/jQuery/jquery-ui-1.8.17.custom.css"> <script type="text/javascript" src="conf/jQuery/jquery-ui-1.8.17.custom.min.js"></script> <script> $(function() { var availableTags = [ "ActionScript", "AppleScript", "Asp", ]; $( ".auto" ).autocomplete({ source: availableTags }); }); </script> <style> body{ margin:0 auto;} #test{text-align: left; margin:100px auto; width:1000px; background-color: #86caff; padding:5px;} </style> </head> <body> <center> <div id="test"> <input class="auto" size="50" /> </div> </center> </body> </html>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง