我正在使用 jQuery 插件进行通知: http: //needim.github.com/noty/
这是我调用显示通知的方法的方式:
noty({force: true, timeout: false, text: 'Hello noty', type: 'information'});
代码工作正常,但是现在,在模态窗口中,我需要在关闭模态窗口后立即在打开器窗口中执行该调用......我想我应该使用 window.opener 但不知道如何为这种情况做。
我正在使用 jQuery 插件进行通知: http: //needim.github.com/noty/
这是我调用显示通知的方法的方式:
noty({force: true, timeout: false, text: 'Hello noty', type: 'information'});
代码工作正常,但是现在,在模态窗口中,我需要在关闭模态窗口后立即在打开器窗口中执行该调用......我想我应该使用 window.opener 但不知道如何为这种情况做。