which one is the best: facebox, thickbox, jquery ui dialog, others?
Asked Answered
S

4

8

which one is the best to use for:

  1. images
  2. regular div content
  3. ajax loaded content
  4. forms to post to server
Stygian answered 22/2, 2010 at 6:17 Comment(0)
G
14

I would recommend both ColorBox and jQuery UI Dialog, though UI Dialog will be weaker on displaying images. I personally think ColorBox handles images in nicer way considering Dialog was built to be, well, a dialog :).

Update: Apparently the ColorBox server is down for some reason. You'll have to take my word for it... haha. Hope its up soon. The code is also available on Github.

Gaiter answered 22/2, 2010 at 6:21 Comment(1)
upvoting wasn't quite enough on this one. +1Grasping
O
1

Shadowbox is the cat's meow.

Orsa answered 22/2, 2010 at 7:7 Comment(0)
C
0

I suppose this sort of thing is mostly subjective; I've used lightbox and facebox in the past. They are both easy enough to use and look great.

Carner answered 22/2, 2010 at 6:25 Comment(0)
E
0

I've used Thickbox and found it's easy to implement... It's versatile too... Images, Forms are well supported.... and yes. for ajax loaded content too..!

Jquery UI provids only some basic functionalities.. It's pretty good with forms and alerts.. but not that much suitable for images...

Episcopacy answered 22/2, 2010 at 7:24 Comment(1)
Thickbox isn't supported anymore. It still works, but it's just not going to be advanced. I've also had trouble with Thickbox and any JS in the thickbox to execute with Safari/Chrome (I think it's a webkit thing). Example: A thickbox with a form and there are tooltips on the form. Tooltips work in every browser except Safari/Chrome. Something to think about before moving on with Thickbox.Fording

© 2022 - 2024 — McMap. All rights reserved.