Commit 8ec7ae94 by Teeradone-PIM

teeradone comment

parent 5aebbf9a
...@@ -176,19 +176,16 @@ ...@@ -176,19 +176,16 @@
}); });
</script> </script>
<script> <script>
// function check_key() { // function check_str($str) {
// e_k=event.keyCode // var letters = /^[A-Za-z0-9]+$/;
// alert( 'asdasd') // return letters.test( $str );
// if ((k>=65 && k<=90) || (k>=97 && k<=122)){ // }
// return true;
// }else{
// alert("thai");
// return false;
// }
// $("#username").on('change',function(){
// } // var data = check_str( $(this).val() );
// });
$(document).ready(function() { $(document).ready(function() {
// $("#username").on('keyup',function(){ // $("#username").on('keyup',function(){
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment