Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私は使っている
$(".abc",window.opener.document).trigger('click')
親ウィンドウ要素でクリックイベントをトリガーします。
しかし、それは機能していません。クラス名の親ウィンドウに要素が存在しますabc。
abc
onclick イベントをトリガーするにはどうすればよいですか?
前もって感謝します.....
試す:
window.opener.$('.abc').trigger('click')