码迷,mamicode.com
首页 > Windows程序 > 详细

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

时间:2018-01-26 01:39:48      阅读:223      评论:0      收藏:0      [点我收藏+]

标签: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

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!