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.
检查我面临的问题,单击任何其他链接后单击下面链接上的关于我们选项卡,我如何关闭所有弹出窗口。
http://voyageandvacation.in/
当用户单击主菜单按钮或任何其他不需要显示模式的按钮时,尝试向该类触发单击事件:close-reveal-modal。
您可以通过创建一个函数来关闭所有打开的显示模式并在单击主菜单按钮时调用它。如果您使用 jQuery,请使用以下命令:
$(".close-reveal-modal").trigger('click')