<label for="s_user">Username</label><input type="text" name="s_user" id="s_user" class="s"> <label for="s_pass">PassWord</label><input type="password" name="s_pass" id="s_pass" class="s"> <input type="button" value="Send" id="sign_button">
<script> $(function(){ var str = /^[0-9a-zA-Z_]+$/; var mailer = /^[a-zA-Z0-9_\.\-]+\@([a-zA-Z0-9\-]+\.)+[a-zA-Z0-9]{2,4}$/; var Check = true; $(".s").keyup(function(){ if(this.id="s_user"){ if($(this).val().length < 4 || $(this).val().length > 14 || !str.test($(this).val())) { $(this).addClass("hightlight"); Check &= false; return Check; } } if(this.id="s_pass"){ if($(this).val().length < 4 || $(this).val().length > 14 || !str.test($(this).val())) { $(this).addClass("hightlight"); Check &= false; return Check; } } $(this).removeClass("hightlight"); }); $("#sign_button").click(function(){ alert(Check); /*$.post("insert.php",{ name: $("#s_user").val() },function(e){ console.log(e); })*/ }); }); </script>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง