在父窗口中获取iframe中的元素,并触发点击事件

在父窗口中触发iframe中id=“launchBtn”的div的点击事件

$("iframe").contents().find("#launchBtn").click();

你可能感兴趣的:(jquery,js,javascript)