我想知道爲什麼這是不可能的......加載jQuery函數與父母在IFRAME
我有一個index.php文件與一個iframe
index.php
->iframe.php
index.php文件已執行在的jquery.js,並在IFRAME我寫這篇
window.jQuery = window.$ = parent.jQuery;
$(document).ready(function(){
$("div#test").html('Hello World');
});
我知道這可能不是非常有用的,但我想知道是否有可能像THI秒。
window.top.jQuery可能工作...可能。 – qooplmao
它不工作 – jsertx