jquery刪除提示框彈出是否刪除對話框_jquery
來源:懂視網
責編:小采
時間:2020-11-27 21:18:22
jquery刪除提示框彈出是否刪除對話框_jquery
jquery刪除提示框彈出是否刪除對話框_jquery: 代碼如下: /** * 刪除草稿 */ function deleteDraft(the,id){ $.messager.confirm('刪除草稿提醒', '確定刪除這篇草稿嗎',function(r){ if(r){ $.ajax({ type : post, url : http://localhost:8090/we
導讀jquery刪除提示框彈出是否刪除對話框_jquery: 代碼如下: /** * 刪除草稿 */ function deleteDraft(the,id){ $.messager.confirm('刪除草稿提醒', '確定刪除這篇草稿嗎',function(r){ if(r){ $.ajax({ type : post, url : http://localhost:8090/we

代碼如下:
/**
* 刪除草稿
*/
function deleteDraft(the,id){
$.messager.confirm('刪除草稿提醒', '確定刪除這篇草稿嗎?',function(r){
if(r){
$.ajax({
type : "post",
url : "http://localhost:8090/webplus3/_web/sns/delBlog.do?_p=YXM9Mw__&id=" + id,
success : function(data) {
if(data == "success") {
$(the).parents("li").remove();
parent.initDraft();
}
}
});
}
});
}
聲明:本網頁內容旨在傳播知識,若有侵權等問題請及時與本網聯系,我們將在第一時間刪除處理。TEL:177 7030 7066 E-MAIL:11247931@qq.com
jquery刪除提示框彈出是否刪除對話框_jquery
jquery刪除提示框彈出是否刪除對話框_jquery: 代碼如下: /** * 刪除草稿 */ function deleteDraft(the,id){ $.messager.confirm('刪除草稿提醒', '確定刪除這篇草稿嗎',function(r){ if(r){ $.ajax({ type : post, url : http://localhost:8090/we