的index.html
和
的test.html
,我可以載入我的test.html
使用jQuery負載();功能上index.html
但後來我的index.html的風格被打破,這就是爲什麼我想我test.html
裝入index.html
作爲IFRAME ..
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
<h1>index.html</h1>
<div class="item">
load test.html here with iframe
</div>
<div class="test">
I'm a test div and I want to be in index.html in `item` class
</div>
記得標記爲接受,如果你覺得它有用 –