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();
}
}
});
}
});
}
jquery删除提示框弹出是否删除对话框_jquery
jquery删除提示框弹出是否删除对话框_jquery: 代码如下: /** * 删除草稿 */ function deleteDraft(the,id){ $.messager.confirm('删除草稿提醒', '确定删除这篇草稿吗',function(r){ if(r){ $.ajax({ type : post, url : http://localhost:8090/we