In the jquery deletion prompt box, the delete or not dialog box is displayed. _ jquery-js tutorial

Source: Internet
Author: User
I'm sure you are not familiar with the deletion prompt box, that is, the pop-up dialog box for deletion is common. The following uses jquery to implement it. Do not miss it if you are interested. The Code is as follows:


/**
* Delete draft
*/
Function deleteDraft (the, id ){
$. Messager. confirm ('delete draft notification ','
Are you sure you want to delete this draft?

', 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 ();
}
}
});
}
});
}

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.