将Lobibox消息框与默认确认模型

时间:2017-06-13 15:16:21

标签: jquery

有人可以帮我解决如何将lobibox消息框与默认确认模型集成。当我单击删除选项时,会出现lobibox,但在我选择任何选项“是”或“否”之前,它将删除数据。我想第一次使用lobibox。我多次阅读文档,但没有任何想法。

<script type="text/javascript">
$(function(){
    $('.deleteit').click(function(){
        var lobibox = Lobibox.confirm({
            msg: "Are you sure you want to delete ?"


    });
});

<a href="{{route('order.delete',[$m->id])}}" class="btn btn-danger deleteit" ><i class="fa fa-trash"></i> Delete</a>

enter image description here

enter image description here

0 个答案:

没有答案