他们是怎么做到的?网页上的透明前景
您知道,有时您在一个好的网站上,单击一个按钮(例如提交表单),但该表单不会消失,相反,前景会变得透明,并且包含某种消息或另一个页面。该消息位于最前面,但上一页在其后面仍然大部分可见 - 他们是如何做到这一点的?我假设这是一个 Ajax 式的技巧。
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
这称为灯箱模态。有很多 JS 插件可以做到这一点,包括 Lightbox 和 JQuery UI 对话框。我最近刚刚开始使用 Fancybox,它的速度和可配置性给我留下了深刻的印象。
这是一个非常好的(并非全部包含)列表:
http://spoonfedproject.com/jquery/extective-list-of-jquery-lightbox-modal-plugins/
This is called a light box modal. There are quite a few JS plugins that can do this including Lightbox and the JQuery UI Dialog to name a couple. I just recently started using Fancybox and have been very impressed with its speed and configurability.
Here is a pretty good (not all inclusive) list of them:
http://spoonfedproject.com/jquery/extensive-list-of-jquery-lightbox-modal-plugins/
一种方法是使用 GreyBox。我觉得这和你说的效果很相似。
One way is to use GreyBox. I think this similar to the effect that you're talking about.