私が持っている:iframeでhtmlを読み込むには?
index.htmlを
と
test.htmlという
を、私は(jqueryの負荷と私のtest.html
を読み込むことができます)。 index.html
で
の機能が、その後、私のindex.htmlのスタイルは、私は、IFRAMEとして私test.html
index.html
にをロードする理由であること壊れます。..
<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>
便利だと分かったら覚えておいてください –