在iframe窗体内 获取父级的元素;;在父窗口中获取iframe中的元素

2021-02-17 23:19

阅读:599

标签:html   highlight   post   nts   arc   元素   http   htm   parent   

原文:在iframe窗体内 获取父级的元素;;在父窗口中获取iframe中的元素

在iframe中获取父窗口的元素


$(‘#父窗口中的元素ID’, parent.document).click();

  

在父窗口中获取iframe中的元素

$(“#iframe的ID”).contents().find(“#iframe中的控件ID”).click();

  

在iframe窗体内 获取父级的元素;;在父窗口中获取iframe中的元素

标签:html   highlight   post   nts   arc   元素   http   htm   parent   

原文地址:https://www.cnblogs.com/lonelyxmas/p/8353815.html


评论


亲,登录后才可以留言!