【发布时间】:2017-03-30 10:52:29
【问题描述】:
以下链接是面临问题的示例。当我单击确定按钮时,我应该重新加载页面。除非页面不应该重新加载。我有谷歌这个。还是没有结果。如何做到这一点。
$(function () {
bootbox.alert({
message: "I'm the first!"
});
location.reload(true);
});
【问题讨论】:
-
我猜你实际上并没有阅读文档:bootboxjs.com/documentation.html#bb-notes
标签: jquery alert pageload bootbox