确定与取消按钮弹框

$.confirm({

  title:'系统提醒',

  msg:'确定吗?',

  ok:function({

    //点击确定要实现的功能

  })

})

原文地址:https://www.cnblogs.com/gqx-html/p/7283789.html