获取IFRAME的值并将其插入到DIV中

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了获取IFRAME的值并将其插入到DIV中相关的知识,希望对你有一定的参考价值。

finds a specific attribute in an iFrame and loads it to another div on page.
  1. //find the div in the iFrame
  2. var oBody = $("iframe").contents().find("body");
  3.  
  4. //add the iFrame value to another div
  5. $(oBody).appendTo("#another div");

以上是关于获取IFRAME的值并将其插入到DIV中的主要内容,如果未能解决你的问题,请参考以下文章

Js获取Iframe页面高度,并将高度赋值给Iframe

如何在 React 组件中插入使用 js 创建的 iframe

jQuery 循环创建 div 并将内容附加到它们

您如何获取用户的输入并将其添加到 iframe 中的 URL?

如何通过单击适配器类中代码的项目中的删除按钮来删除列表视图中的项目后重新加载片段?

如何将微调器的值放入不同的片段中?