gpt4 book ai didi

jquery - 当 ThickBox 关闭时,如何触发事件?

转载 作者:行者123 更新时间:2023-12-03 22:47:46 26 4
gpt4 key购买 nike

这个问题与 WordPress 半相关,但在其他地方也有应用。基本上,我试图做到这一点,以便当有人退出 Thickbox 时,它会触发页面其他位置的事件。编辑 Thickbox 文件不是一个选项。

最佳答案

这有点复杂,因为 Thickbox 不是这样写的。但也许你可以使用一些技巧来做到这一点。

这不是推荐的解决方案,但您可以“重写”关闭函数。像这样的东西:

var old_tb_remove = window.tb_remove;

var tb_remove = function() {
old_tb_remove(); // calls the tb_remove() of the Thickbox plugin
alert('ohai');
};

有效\o/http://jsfiddle.net/8q2JK/1/

关于jquery - 当 ThickBox 关闭时,如何触发事件?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6091998/

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