3
試圖加載頁面片段,或者至少跳轉到div,但沒有喜悅。在iframe中加載頁面片段
<iframe src="http://myurl.com/#property_details" width="300" height="300">
</iframe>
但iframe不跳轉到請求的div,它簡單地加載整個頁面,滾動到頂部。
試圖加載頁面片段,或者至少跳轉到div,但沒有喜悅。在iframe中加載頁面片段
<iframe src="http://myurl.com/#property_details" width="300" height="300">
</iframe>
但iframe不跳轉到請求的div,它簡單地加載整個頁面,滾動到頂部。
不要以爲可以這樣做。另一種可能性是通過使用Ajax調用將內容設置爲#property_details的div。
這可能有所幫助:http://frinity.blogspot.com/2008/06/load-remote-content-into-div-element.html。在這個例子中,使用了整個頁面的html,但是可以通過在數據之前添加一些jQuery選擇來選擇要插入的內容。