我使用.load()
函数从其他页面加载内容。我的页面是http://example.org/mypage.html
并包含此jQuery:
$(".content").load("http://example.org/12333.html .data");
如何从其他页面动态获取此URL http://example.org/12333.html
:http://example.org/static.html
到我的jQuery代码?
我的static.html看起来像:
<div class="link">
<a href="http://example.org/12333.html">Link</a>
</div>
答案 0 :(得分:0)
您可以将此ID“目标”用于其他页面。
$("#b" ).load( "article.html #target");