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


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

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

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

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

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