popuウィンドウのJQueryリファレンスを取得するには?
私は以下のJSを持っています:
chatPage = window.open( ... );
chatPage.document.getElementById('someid');
以下を試しましたが、うまくいきませんでした:
$(chatPage).$('#someid');
ありがとう
popuウィンドウのJQueryリファレンスを取得するには?
私は以下のJSを持っています:
chatPage = window.open( ... );
chatPage.document.getElementById('someid');
以下を試しましたが、うまくいきませんでした:
$(chatPage).$('#someid');
ありがとう