gpt4 book ai didi

JQuery 访问 iframe 元素

转载 作者:行者123 更新时间:2023-12-01 01:52:13 25 4
gpt4 key购买 nike

谷歌几分钟前推出了一个新 Logo ,但它在我的计算机上非常非常缓慢。我想继续使用当前的谷歌风格但没有 Logo 。 Logo 元素的当前 ID 是“hplogo”。所以我制作了一个在 iframe 中包含 google 的网页,我想使用 jquery 删除该元素。

<head>
<script src="jquery.js" type="text/javascript"></script>
<script type="text/javascript">
$(document).ready(function(){
$("#google").height($(window).height());

setTimeout(function(){
$("#google").contents().find("#hplogo").remove());
}, 3000);
});
</script>

</head>
<body style="margin:0px;">
<iframe id="google" style="border:none;width:100%;overflow:auto;" src="http://www.google.com/">
</iframe>
</body>
</html>

我相信它不起作用,因为它不是同一个域。有办法解决这个问题吗?

最佳答案

正如迈克尔所说,你的问题的答案是否定的。当我想用脚本“邀请所有 friend ”并且 facebook 开始使用 iframe 时,我遇到了同样的问题。看这个问题Check all checkboxes inside an iframe (when inviting guests to a facebook event) 。我使用greasemonkey解决了我的问题,它的限制比标准浏览少得多,所以你可以尝试检查it

关于JQuery 访问 iframe 元素,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6785971/

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