关键代码如下:
[color=red]说明:关键是其中的contentWindow[/color]这个必须要加
jquery中获得iframe中指定元素的方法:
document.getElementById("previewFrame").contentWindow.document.getElementById("uptown").innerHTML = "11111";[color=red]说明:关键是其中的contentWindow[/color]这个必须要加
jquery中获得iframe中指定元素的方法:
$(document.getElementById('previewFrame').contentWindow.document).find("#uptown").css("border-top-color","blue");
本文介绍如何使用JavaScript和jQuery操作页面中的iframe元素,包括修改其内部指定元素的HTML内容及CSS样式。
1831

被折叠的 条评论
为什么被折叠?



