sweetalert是一個非常好用的jQuery警示方框操作套件,用來取代jQuery原生的alert()方法,sweetalert官網中有非常多的樣式及參數可以使用,有興趣的朋友可以參考看看: sweetalert官網: http://mishengqiang.com/sweetalert/ 本教學主要是以【確認刪除】與【取消刪除】這樣式為範例,加上ajax的刪除資料庫語法操作,達成實際刪除資料表欄位的功能,方法如下: 1、需於檔頭<head></head>引入以下兩支檔案 <!-- This is what you need --> <script src="dist/sweetalert.min.js"></script> <link rel="stylesheet" href="dist/sweetalert.css"> //如果佈景本身沒有引入jquery.js檔,則需要於最頂端再引入jquery-2.1.3.min.js, <script src="https://code.jquery.com/jquery-2.1.3.min.js"></script> 若佈景本身已有引入jquery.js則不用再加上以下這段引入 PHP部分 CODE略.................. $i=0; //建立$i值並針對迴圈+1。 //資料 $sql = "select * from " . $xoopsDB->prefix('neilhonorarymatters') . " order by honor_id DESC"; $result = $xoopsDB -> query($sql) or die($sql) ; while(list($honor_id,$honor_idsort) = $xoopsDB -> fetchRow($result)){ $honor.=" <tr class=