I use
$(".abc",window.opener.document).trigger('click')
To trigger the click event on the parent of a window.
But it does not work. The item exists in the parent window with the class name abc .
How can I fire the onclick event?
Thanks in advance.
source share