1. 程式人生 > >在iframe窗體內 獲取父級的元素;;在父窗口中獲取iframe中的元素

在iframe窗體內 獲取父級的元素;;在父窗口中獲取iframe中的元素

窗口 document 獲取 nts post parent href 元素 .com

原文:在iframe窗體內 獲取父級的元素;;在父窗口中獲取iframe中的元素

在iframe中獲取父窗口的元素


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

  

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

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

  

在iframe窗體內 獲取父級的元素;;在父窗口中獲取iframe中的元素