/**
* 초안 삭제
*/
함수 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();
}
})
}