gpt4 book ai didi

javascript - 从父标签中通过 id 获取元素

转载 作者:行者123 更新时间:2023-12-03 05:25:31 25 4
gpt4 key购买 nike

我的 DOM 如下。

<html><head>...</head><body><script>...</script>
<iframe id="frame">
#document
<html>...</html> <!-- 2 -->
</iframe>
</body>
</html>

我正在 iframe 中绑定(bind)部分内容(即 html 2)。在 html_2 部分中,我正在调用 document.ready 使用 getElementById 获取 iframeid,但我得到。如何获取iframe的id等属性值?

最佳答案

我这样做如下,

$("#iframe", parent.document).attr("id");

顺便说一句,感谢所有通过宝贵意见回答和帮助我的人。

关于javascript - 从父标签中通过 id 获取元素,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/41157288/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com