jQuery alternatives to Highslide?
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 loo开发者_高级运维king for a triditional lightbox, rather floating/movable divs as in Highslide.
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 might work for you (not limited just to images, not focused on image galleries): http://www.mopstudio.jp/mopBox2demo.html
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.
精彩评论