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.
这是我正在使用的代码:
$('.label').load('page.php?id='+pageid);
我希望能够仅使用 class="label" 刷新 div。我使用加载它可以工作,但将整个页面内容放在该 div 中。我如何只重新加载那部分?
你应该让 ajax 响应只是你想要的部分,如果它返回整个页面,为什么不刷新页面。虽然.load支持选择带有后缀选择器表达式的响应部分。
.load