弹出框二 之 bootbox.js

1.可以通过Nuget下载

 

2.引入 jquery bootstrap bootbox.js

 

3.使用

 $(function () {
        //bootbox.alert("确认删除", function () {

        //});
        //bootbox.prompt("确认删除", function (e) {
        //    console.log(e);
        //});

        bootbox.confirm("确认删除", function (e) {

        });

    });

 

posted @ 2016-03-28 09:15  nele  阅读(582)  评论(0编辑  收藏  举报