Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否可以通过使用元素的名称来加载片段?
$('.history').load('history.php section');
其中“部分”是指:
<section> ... </section>
在这种情况下,该元素仅在页面上使用一次。
是的。根据文档,任何 jQuery 选择器都应该是有效的:
如果字符串中包含一个或多个空格字符,则假定字符串中第一个空格后面的部分是确定要加载的内容的 jQuery 选择器。