我將second.html加載到#[email protected],並且我想使用second.html中的按鈕加載third.html到#[email protected],同時卸載第二個HTML在父級HTML中加載外部html到div
我成功地加載第二個HTML到第一個HTML使用load()。
我已經在second.html使用這種嘗試:
$("#button").click(function() {
$("#divcontainer".top.parent.document).unload("second.html");
$("#divcontainer".top.parent.document).load("third.html");
});
,但不工作。
http://i.imgur.com/CINb5Qj.jpg「結構」
你使用[的jsfiddle(http://jsfiddle.net) –
我還沒有創建一個樣本,怎麼就必須創建三個html文件。 –
您使用的html代碼結構 –