<!doctype html> <html> <head> <meta charset="utf-8"> <title>Untitled Document</title> <script src="../jquery-2.1.1.min.js"></script> <script> function check_count_message(){ var temp = $('textarea').val(); var count_th = (temp.match(/[ก-ฮ]/g) || []).length; var count_num = (temp.match(/[0-9]/g) || []).length; var count_eng = (temp.match(/[a-zA-Z]/g) || []).length; alert( count_th + ':'+count_num+':'+count_eng); } </script> </head> <body> <textarea rows="5" cols="50" placeholder="ป้อนข้อความที่ต้องการ" /></textarea> <button type="button" onClick="check_count_message()">check</button> </body> </html>
<!doctype html> <html> <head> <meta charset="utf-8"> <title>Untitled Document</title> <script src="../jquery-2.1.1.min.js"></script> <script> function check_count_message(){ var temp = $('textarea').val(); var count_th = (temp.match(/[ก-๚]/g) || []).length; var count_num = (temp.match(/[0-9]/g) || []).length; var count_eng = (temp.match(/[a-zA-Z]/g) || []).length; var count_space = (temp.match(/\s/g) || []).length; $('#chk').html( count_th + ':'+count_num+':'+count_eng+':'+count_space); } </script> </head> <body> <textarea rows="5" cols="50" placeholder="ป้อนข้อความที่ต้องการ" onKeyUp="check_count_message()" /></textarea> <label id="chk"></label> </body> </html>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง