<head> <title>Test Highlight </title> <script type="text/javascript" src="jquery/jquery-1.8.3.min.js"></script> <script type="text/javascript"> $(document).ready(function(){ $("input").focus(function(){ $(this).parent().attr("style","background.#99CC00"); }); $("input").blur(function(){ $(this).parent().removeAttr("style") }); </script> </head> <body> <form id="form1" name="form1" method="post" action=""> <fieldset> <legend>Create a new account</legend> <div id="input_1"> <label for="name2">Name :</label> <input type="text" name="name" id="name" /> </div> <div id="input_2"> <label for="email">Email :</label> <input type="text" name="email" id="email" /> </div> <div id="input_3"> <label for="birth">Birth Day :</label> <input type="text" name="birth" id="birth" /> </div> <div id="input_4"> <label for="username">Username :</label> <input type="text" name="username" id="username" /> </div> <div id="input_5"> <label for="password">Password :</label> <input type="password" name="password" id="password" /> </div> <div id="input_6"> <label for="rePassword">RePassword :</label> <input type="password" name="rePassword" id="rePassword" /> <input type="submit" name="btnRegister" id="btnRegister" value="Submit" /> </div> </fieldset> </form> </body> </html>
<script type="text/javascript" src="jquery/jquery-1.8.3.min.js"></script> <script> $(document).ready(function(){ $("input").focus(function(){ $(this).parent().css("background-color","#99CC00"); }); $("input").blur(function(){ $(this).parent().css("background-color","#ffffff"); }); }); </script>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง