Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

which one is the best to use for:

  1. images
  2. regular div content
  3. ajax loaded content
  4. forms to post to server
like image 911
leora Avatar asked Feb 22 '10 06:02

leora


2 Answers

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.

like image 75
Doug Neiner Avatar answered Sep 22 '22 07:09

Doug Neiner


Shadowbox is the cat's meow.

like image 44
typeoneerror Avatar answered Sep 23 '22 07:09

typeoneerror