|
|
|
alert textbox messagebox jquery ไม่ทำงานครับ |
|
|
|
|
|
|
|
ยืนยัน การลบข้อมูลไม่ได้ครับ
$(function(){
$(".delItem").live("click",function(event){
event.preventDefault();
var ID = $(this).attr("id");
var dataString='form_id=' + ID;
if($.msgBox({
title:"ผลการตรวจสอบ",
content:"คุณต้องการที่จะลบข้อมูลหรือไม่ !! ",
type:"confirm",
buttons: [{ value: "Yes" },
{ value: "No" }],
}))
{
$(this).parent("td").parent("tr").slideUp("slow");
$.ajax({
type: "POST",
url: "del_detail.php",
data: dataString,
cache: false,
success: function(html)
{
window.location.reload(true)
// alert(html);
}
});//สิ้นสุดการส่งข้อมูล
|
|
|
|
|
Date :
2013-10-15 16:17:25 |
By :
โต้ง |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Load balance : Server 01
|