<form action="command.php?action=manage_faculty" id="form" method="post"> <table width="100%" border="1" id="tb_1" style="margin-top:10px;"> <tr> <th width="8%">ลำดับ</th> <th width="61%">ชื่อหัวข้อ</th> <th width="14%">เพิ่มเนื้อหา</th> <th width="11%">แก้ไข</th> <th width="6%"><input type="checkbox" name="checkall" onclick="checkAllBox(this)" /> </th> </tr> <? while($objResult = mysql_fetch_assoc($result)){?> <tr> <td align="center" style="background-color:#F0F0F0;"><input type="text" name="order[]" class="num_only" value="<?=$objResult["f_order"];?>" size="1" maxlength="2" style="text-align:center;" /> <input type="hidden" name="auto_id[]" value="<?=$objResult["f_id"];?>" /></td> <td align="left" class="font_td"><?=$objResult["f_title"];?></td> <td align="center"><a href="insert_faculty_detail.php?id=<?=$objResult["f_id"];?>"><img src="../images/add2.png" border="0" /></a></td> <td align="center"><a href="edit_faculty.php?id=<?=$objResult["f_id"];?>"><img src="../images/button_edit.png" border="0" /></a></td> <td align="center" style="background-color:#F0F0F0;"><input type="checkbox" name="delete[]" value="<?=$objResult["f_id"];?>" /></td> </tr> <? } ?> <tr> <td colspan="5" align="right"><input type="submit" name="save" id="save" value="บันทึก" style="margin-right:5px; margin-top:5px;"/> <input type="submit" name="select" id="submit" value="ลบหัวข้อที่เลือก" style="margin-right:5px; margin-top:5px;"/></td> </tr> </table> </form>
$(function(){ $('#save').submit(function(){ var empty = false; $('input[name^=order]').each(function(){ if( $(this).val() == '' ){ empty=true; } }); if(empty){ alert("กรุณากรอกลำดับให้ครบทุกช่อง"); return false; } }); $('#submit').submit(function(){ var checkbox = $("input.[name=delete[]]:checked").length; if(checkbox < 1){ alert("กรุณาเลือกข้อมูล"); return false; } var answer = confirm('คุณต้องการลบข้อมูล'); return answer; }); }); </script>
Quote:<form action="command.php?action=manage_faculty" id="form1"> <input type="submit" name="save" value="save1" onclick="clickAt = this.value;" /> <input type="submit" name="save" value="save2" onclick="clickAt = this.value;" /> </form> $('#form1').submit(function(){ if (clickAt == 'save1'){ } if (clickAt == 'save2'){ } });
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=tis-620" /> <title>button</title> <script type="text/javascript" src="http://code.jquery.com/jquery-latest.js"></script> <script type="text/javascript"> //<![CDATA[ var clickAt = ''; $(function() { $('#regis').submit(function(e) { if (clickAt == 'save1') { alert('click at save1'); } if (clickAt == 'save2') { alert('click at save2'); } return false; }); }); //]]> </script> </head> <body> <form id="regis" action="" method="post"> <input type="text" name="username" value="" /> <input type="text" name="password" value="" /> <input type="submit" value="save1" onclick="clickAt=this.value;" /> <input type="submit" value="save2" onclick="clickAt=this.value;" /> </form> </body> </html>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง