ASP.NET MVC 忙碌盒实现
我想知道是否有人为 ASP.NET MVC 创建了通用的“忙碌盒”类型控件。基本上是在页面加载(或重定向)时弹出(禁用屏幕)的东西。
I'm wondering if anyone has created a generic "busy box" type control for ASP.NET MVC. Basically something that popups (disables the screen) while the page loads (or redirects).
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我会推荐 JQuery Block UI。如果您使用 JQuery,那么设置起来非常简单。基本上对于所有 ajax 请求,您只需要添加以下行:
I would recommend JQuery Block UI. If you're using JQuery, this is a really easy thing to setup. Basically for all ajax requests, you just need to add the following lines: