Commit 8ec7ae94 by Teeradone-PIM

teeradone comment

parent 5aebbf9a
......@@ -176,19 +176,16 @@
});
</script>
<script>
// function check_key() {
// e_k=event.keyCode
// alert( 'asdasd')
// if ((k>=65 && k<=90) || (k>=97 && k<=122)){
// return true;
// }else{
// alert("thai");
// return false;
// }
// function check_str($str) {
// var letters = /^[A-Za-z0-9]+$/;
// return letters.test( $str );
// }
// $("#username").on('change',function(){
// }
// var data = check_str( $(this).val() );
// });
$(document).ready(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