获取浏览器提示"确认导航"选择“离开此页面”;或者“留在这一页”;在Woocommerce结账

Getting browser alert "Confirm navigation" with the choice to "Leave this page" or "stay on this page" on Woocommerce checkout

本文关键字:quot 或者 留在这一页 结账 Woocommerce 离开此页面 一页 确认 提示 浏览器 导航      更新时间:2023-09-26

在结帐时,当我提交表单时,我得到一个提示"确认导航",选择"离开这个页面"或"留在这个页面"。不知道为什么我越来越警觉了。

有谁知道这个问题,请帮助我。

下面是我在提交表单时删除"Confirm Navigation"警告对话框的操作。

jQuery('form.woocommerce-checkout').submit(function($) {
   jQuery(window).unbind('beforeunload');
});