gpt4 book ai didi

javascript - 无论如何要等待打印窗口在 print.js 中关闭

转载 作者:行者123 更新时间:2023-11-30 19:14:23 24 4
gpt4 key购买 nike

我有一些使用 print.js 打印元素的 jquery 代码,它工作正常,但我需要知道我是否可以检查打印窗口是否关闭并重新加载页面

printJS('print_paper', 'html');
//do stuff after close print window

最佳答案

有一个名为 onPrintDialogClose 的选项,它在打印对话框关闭后触发。

printJS({
type: "html", // Include other option if needed like style , css .....
onPrintDialogClose: closedWindow
});
}

function closedWindow() {
alert("Window is closed "); // What ever you want to do after window is closed .
}

关于javascript - 无论如何要等待打印窗口在 print.js 中关闭,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/58162583/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com