摘要: 像这段代码,可以实现点击Confirm弹出一个新的SweetAlert框,原来的框会自动关闭,但是当我把function中的代码改成alert('hello')之后,没有调用swal方法,那么虽然alert可以正常执行,但是原来的框就不能自动关闭了。所以想请问下有没有什么方法可以在回调函数中使用自定 阅读全文
posted @ 2017-09-13 10:00 疯子110 阅读(4971) 评论(0) 推荐(2)
摘要: swal({ title: "确认删除?", text: "Your will not be able to recover this imaginary file!", type: "warning", showCancelButton: true, confirmButtonColor: "#D 阅读全文
posted @ 2017-09-13 09:59 疯子110 阅读(7285) 评论(0) 推荐(0)