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.
我有一个导航链接,当用户单击链接时,会打开弹出对话框,同时我想隐藏 aspx 页面。这意味着用户无法执行任何操作,直到用户单击对话框中的关闭按钮。
您需要模态对话框。
$(".selector").dialog({ modal: true });