<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script> <script type="text/javascript"> $( document ).ready(function() { $("#test").focus(); }); </script> <!------------------------------> <body> <form> <input type="text" id="test" name="test" /> </form> </body>
<!doctype> <html> <head> <style type="text/css"> .focus { border: solid 1px #f00 !important; background-color: yellow; } input[type=text] { padding: 3px; margin: 5px; border: solid 1px #eee; } </style> <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script> <script type="text/javascript"> $( document ).ready(function(){ $("#test").focus().addClass("focus"); $("input[type=text]").focus(function(){ $(this).addClass("focus"); }); $("input[type=text]").blur(function(){ $(this).removeClass("focus"); }); }); </script> </head> <title>On Focus !!!</title> <!------------------------------> <body> <form> <input type="text" id="test" name="test" /><br> <input type="text" name="txt_box" /><br> <input type="text" name="txt_box" /><br> <input type="text" name="txt_box" /><br> <input type="text" name="txt_box" /><br> </form> </body>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง