<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <title></title> <meta name="Generator" content="EditPlus"> <meta name="Author" content="Unidentifier"> <meta name="Keywords" content=""> <meta name="Description" content=""> <script src="http://code.jquery.com/jquery-latest.js"></script> <meta http-equiv="Content-Type" content="text/html; charset=utf8" /> <style type="text/css"> input:disabled{ font-style:italic; background-color:#808040; color:white; } </style> <script type="text/javascript"> <!-- $(document).ready(function(){ $("input[type='submit']").attr({"disabled":"disabled"}); $("input[type='text']").keyup(function(){ var checkVal = true; $("#select option:selected").each(function(){ if($(this).val()=="1") checkVal &= false; }); $("#txt1").each(function(){ if($(this).val().length == 0) checkVal &= false; }); $("#txt2").each(function(){ if($(this).val().length == 0) checkVal &= false; }); if(checkVal) $("input[type='submit']").removeAttr("disabled"); else $("input[type='submit']").attr({"disabled":"disabled"}); }); }); //--> </script> </head> <body> <form method="post" action=""> <input type="text" name="" id="txt1"> <input type="text" name="" id="txt2"> <select name="select" id="select"> <option value="1" selected></option> <option>1</option> <option>2</option> <option>3</option> <option>4</option> </select> <input type="submit" /> </form> </body> </html>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <title> สอบถามเรื่อง button กับ javascript ใน php ครับ มันสามารถทำได้หรือไม่ครับ รายละเอียดด้านในครับ </title> <meta name="Generator" content="EditPlus"> <meta name="Author" content="Unidentifier"> <meta name="Keywords" content=""> <meta name="Description" content=""> <script src="http://code.jquery.com/jquery-latest.js"></script> <meta http-equiv="Content-Type" content="text/html; charset=utf8" /> <style type="text/css"> input:disabled{ font-style:italic; background-color:#808040; color:white; } .hide{ display:none; } </style> <script type="text/javascript"> <!-- $(document).ready(function(){ var submitBTN = $("input[type='submit']"); var allInput = $("input[type='text']"); submitBTN.attr({"disabled":"disabled"}); $(allInput).keyup(function(){ var checkVal = true; $(allInput).each(function(index){ if(index> 1 && index <5 && !$(this).val()){ checkVal &= false; return checkVal; } }); $("input[type='submit']").prop({"disabled":!checkVal}); }) submitBTN.click(function(e){ e.preventDefault(); var checkVal = true; var selectionBox = $("select.required"); $(selectionBox).each(function(){ if($("option:selected", this).val().length ==0){ checkVal=false; $(this).next("span").css({"color":"red","padding-left":"1em;"}) .fadeIn(500).delay(2000).fadeOut(300); } }); allInput.each(function(){ if($(this).val().length == 0){ checkVal = false; $(this)//.css({"border":"1px solid red"}) .next("span").css({"color":"red","padding-left":"1em;"}) .fadeIn(500).delay(2000).fadeOut(300); } }); if(checkVal) $("form#formEntry").submit(); }); }); //--> </script> </head> <body> <form method="post" action="new.php" id="formEntry"> <input type="text" name="" required="1" /><span class="hide">please name</span><br /><br /> <input type="text" name="" required="1" /><span class="hide">please lastname</span><br /><br /> <input type="text" name="" /><span class="hide">please family name</span><br /><br /> <input type="text" name="" /><span class="hide">please age</span><br /><br /> <input type="text" name="" /><span class="hide">please mobile</span><br /><br /> <input type="text" name="" /><span class="hide">please email</span><br /><br /> <input type="text" name="" /><span class="hide">please twitter</span><br /><br /> <select name="gender" id="gender" class="required" style="width:150px;"> <option value="">เพศ</option> <option value="male">เพศชาย</option> <option value="female">เพศหญิง</option> </select> <span class="hide">กรุณาเลือกเพศด้วยค่ะ</span><br /><br /> <select name="province" id="province" class="required" style="width:150px;"> <option value="">กรุณาเลือก province</option> <option value="CMI">chaing mai</option> <option value="CRI">chiang rai</option> </select> <span class="hide">please province</span><br /><br /> <input type="submit" /> </form> </body> </html>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง