function showretire(cal2){ $.ajax({ type: "POST", url: "../form/find1.php", data: {cal:cal2}, cache: false, success: function(txtHint){ //ต้องพิมพ์คำสั่งยังไงหรอครับ } }); } <div class="table-responsive" data-pattern="priority-columns"> <table class="table table-bordered sorted_table " > <thead class="bg-primary"> <tr class="bg-primary"> <th width="8%" scope="col">ลำดับ</th> <th width="8%" scope="col">รหัสพนักงาน</th> <th width="15%" scope="col">ชื่อพนักงาน</th> <th width="15%" scope="col">ตำแหน่ง</th> <th scope="col"></th> </tr> </thead> <div id="txtHint"> //แสดงข้อมูลตรงนี้ </div> </table> </div>
<tr> <td class="text-center"><?php echo ++$i; ?></td> <td class="text-center"><?php echo $sqlshow1[CODE'] ?></td> <td><?php echo $sqlshow1[NAME'] ?></td> <td><?php echo $sqlshow1['POSITION'] ?></td> <td class="text-right"> <a href="#!" class="btn btn-danger btn-mini" title="" onclick="delete('1369','<?php echo $sqlshow1['ID']; ?>')"> <i class="icofont icofont-trash"></i> ลบ</a> </td> </tr>
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง