在iframe窗体内 获取父级的元素;;在父窗口中获取iframe中的元素
2021-02-17 23:19
阅读:599
标签:html highlight post nts arc 元素 http htm parent 在iframe窗体内 获取父级的元素;;在父窗口中获取iframe中的元素 标签:html highlight post nts arc 元素 http htm parent 原文地址:https://www.cnblogs.com/lonelyxmas/p/8353815.html原文:在iframe窗体内 获取父级的元素;;在父窗口中获取iframe中的元素
在iframe中获取父窗口的元素
$(‘#父窗口中的元素ID’, parent.document).click();
在父窗口中获取iframe中的元素
$(“#iframe的ID”).contents().find(“#iframe中的控件ID”).click();
文章来自:搜素材网的编程语言模块,转载请注明文章出处。
文章标题:在iframe窗体内 获取父级的元素;;在父窗口中获取iframe中的元素
文章链接:http://soscw.com/index.php/essay/56790.html
文章标题:在iframe窗体内 获取父级的元素;;在父窗口中获取iframe中的元素
文章链接:http://soscw.com/index.php/essay/56790.html
评论
亲,登录后才可以留言!