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.
我很难找到有关此的任何文档。
我有一个显示用户列表的页面,在此之上我可以使用 ajax 成功编辑用户。更新后,我希望下表使用新信息进行更新。
我该怎么做呢?我在想我需要某种在表格中显示数据的视图,我想获取该视图的内容并将其注入我的页面,但我似乎不知道如何?
谁能指出我正确的方向
将用户表放在 div id 中,如“用户”,并在编辑 ajax 成功函数调用中执行以下操作
$("#users").load("same_page_url #users");