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.
我在一个页面上有 5/6 个 div。
在单击操作期间,我需要从服务器获取一些数据并刷新 div2 和 div3
但我想阻止用户在这两个 div 上做任何事情,直到它完成。
一些小插件会有所帮助。我在该页面上使用 colorbox 插件来处理其他事情。
谢谢
查看 jQuery 插件BlockUI 它非常容易设置,并允许您在页面或整个页面上阻止和元素,并且非常可定制。网站上还有大量演示可供您入门:)