Posted in Javascript onDecember 24, 2009
在iframe中查找父页面元素的方法:
$('#id', window.parent.document)
在父页面中获取iframe中的元素方法:
$(this).contents().find("#suggestBox")
在iframe中调用父页面中定义的方法和变量:
parent.method
parent.value
JQuery与iframe交互实现代码
声明:登载此文出于传递更多信息之目的,并不意味着赞同其观点或证实其描述。
Reply on: @reply_date@
@reply_contents@