<script type="text/javascript" src="scripts/jquery-1.4.3.min.js"></script> <script type="text/javascript"> function chk_form(){ $(":input + span.require").remove(); $(":input").each(function(){ $(this).each(function(){ if($(this).val()==""){ $(this).after("<span class=require>« จำเป็นต้องกรอก</span>"); } }); }); if($(":input").next().is(".require")==false){ return true; }else{ return false; } } </script>
function chk_form( frm ){ alert(frm.name); } $(document).ready(funciton(){ $('button').click(function(){ chk_form( this.form) }) }) <form name=t1> <button type=button >test</button> </form> <form name=t2> <button type=button >test</button> </form>
<html> <head> <meta charset="UTF-8"> <title></title> </head> <body> <form id="form1"> <input> <input> </form> <form id="form2"> <input> <input> </form> <button type="button">Check</button> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script> <script> $(document).ready(function(){ $('button').on('click',function(){ $('form#form1 :input').each(function(){ if($(this).val()==""){ $(this).focus(); } }); }); }); </script> </body> </html>
alert('คุณต้องกรอกข้อมูล');
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง