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.
我有一个显示在 iframe 中的页面。它包含一个使用 ajax 打开页面的链接。即我正在更新网页的一部分。它工作正常,但 url 没有更新。如何更新 url 使其不刷新页面。
在ajax方法成功期间。把它放在成功方法中:
jQuery.param.querystring(window.location.href, 'valueA=321&valueB=123');