如何使用jQuery访问父窗口对象?
这是我的父窗口变量,我想在关闭子窗口后设置其值。
$('#serverMsg').html('some text here');
window.opener.$("#serverMsg")