<html> <head></head> <body> <form action="<?php echo htmlentities($_SERVER['PHP_SELF']); ?>" method="post"> ทดสอบ1<input type="text" id="a" name="a" onkeydown="if (event.keyCode == 13) {document.getElementById('submit1').click(); return false;}"> ทดสอบ2<input type="text" id="b" name="b"><br> ทดสอบ3<input type="text" id="c" name="c" > <button type="submit" name="submit1" >บันทึก1</button> </form> </body> </html>
$('.inputs').keydown(function (e) { if (e.which === 13) { var index = $('.inputs').index(this) + 1; $('.inputs').eq(index).focus(); } });
ทดสอบ1 <input class="inputs" name="a" type="text" id="a" value="" /><hr> ทดสอบ2 <input class="inputs" name="b" type="text" id="b" value="" /><hr> ทดสอบ3 <input class="inputs" name="c" type="text" id="c" value="" /><hr> $('.inputs').keydown(function (e) { if (e.which === 13) { var a = $("#a").val(); if( a != ''){ var xx = (a*25)/100; alert(xx); var index = $('.inputs').index(this) + 1; $('.inputs').eq(index).focus(); return flase; }else{ var index = $('.inputs').index(this) + 1; $('.inputs').eq(index).focus(); } } });
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง