Highslide 的 jQuery 替代品?
JavaScript popup/lightbox 库 Highslide 是否有任何强大的 jQuery 替代品? Highslide 过于关注图片库方面,我只是想知道是否有其他选择。
我不是在寻找传统的灯箱,而是像 Highslide 中那样浮动/可移动的 div。
Are there any robust jQuery alternatives to the JavaScript popup/lightbox library Highslide? Highslide is too focused on the image gallery aspect and I'm just wondering if there are options.
I'm not looking for a triditional lightbox, rather floating/movable divs as in Highslide.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
对于灯箱,我发现通常只有一个真正的候选者。
http://fancyapps.com/fancybox/
它的内容非常灵活,并且非常适合设计样式不管你喜欢什么方式..呵呵。
根据我的经验,我可以说其中的代码非常强大。它很受欢迎,经过良好的测试和维护。我不会选择其他任何东西,除非我需要更广泛的图像库选项,而它的选项有限。但即便如此,我至少会考虑首先扩展 fancybox。
For lightboxes I've found that there is generally just one real candidate.
http://fancyapps.com/fancybox/
It's extremely flexible content wise and lends itself really well to be styled in whatever way you like.. heh.
I can say from experience that the code in it is really robust. It's popular, well tested and maintained. I wouldn't go for anything else UNLESS I need more expansive image gallery options which it has some limited options to. But even then I'd at least considder extending fancybox first.
MopBox 可能适合您(不仅限于图像,不专注于图像库):http://www.mopstudio.jp/mopBox2demo.html mopstudio.jp/mopBox2demo.html
MopBox might work for you (not limited just to images, not focused on image galleries): http://www.mopstudio.jp/mopBox2demo.html
我不完全确定你在寻找什么。
对于大型弹出框,我使用 simpleModal。我不久前开始使用它,它完美地满足了我的所有目的。
对于包含少量内容的工具提示,我使用 TooltipsY。这是制作工具提示的绝佳方式。
这两个 jQuery 插件几乎可以满足您想要的有关弹出框的任何目的。
编辑:没关系,我刚刚才明白你所说的拖动是什么意思。是的,这些不能拖放,我以前从未找到过这样做的目的。
I'm not entirely sure what it is you're looking for.
For large popup boxes I use simpleModal. I started using it a little while ago and it has served all my purposes flawlessly.
For tooltips with a small amount of content in them, I use TooltipsY. Which is an EXCELLENT way to do tooltips.
Those two jQuery plugins can serve pretty much any purpose you could want regarding popup boxes.
Edit: Nevermind, I just found out what you meant by dragging. Yeah, these can't drag and drop, I've never found a purpose for that before.