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.
我想在单击 jquery modal popup 内的按钮关闭 jquery modal 对话框后刷新 aspx 页面。我的页面中有更新面板,所以也考虑一下。
您可以将此添加到您的 jQuery 对话框中;
close: function(ev, ui) { window.location.reload() }