【发布时间】:2020-08-18 11:47:18
【问题描述】:
我无法从我的网站http://dubaimarketingexperts.com/index.html 的 iframe 中删除 div div to be removed
<iframe title="Dubai Free SEO Quote"
src="" allowtransparency="true"
allow="geolocation; microphone; camera"
allowfullscreen="true"
name="41015223436139"
id="41015223436139"
scrolling="no"
style="width: 10px; min-width: 100%; display: block; overflow: hidden; border: medium none; height: 225px;" >
</iframe>
<script>
$(document).ready(function() {
$("#41015223436139").contents().find(".black-friday-2019").remove();
});
</script>
感谢任何帮助
【问题讨论】:
标签: javascript html jquery css iframe