views:

1853

answers:

8

As jQuery thickbox is not maintained anymore (as of ThickBox 3.1), what is the best alternative for jQuery thickbox currently available under GPL or similar license. Looks nyromodal is best available so far, but is there anything better. (nyromodal has some problems in IE 6)

I am looking for a plugin which can handle ajax forms, inline content replacement, images, using hidden elements and ajax call with flexibility using the callback mechanisms..

+5  A: 

What about (a little modified Version of) ui.dialog? ( http://jqueryui.com/demos/dialog/ ) I haven't tested it yet, but it seems to work without any problems.

Newbie
Can Dialog be used as a thick box? Does it had capability of loading images as slide shows, loading AJAX content and other similar stuff. I used it as a alert and confirm box replacements and had some other simple capabilities, But in my view it can't be used as a thickbox alternative.
Teja Kantamneni
+1  A: 

How about TopUp?

http://gettopup.com/

or how about SuperBox?

http://www.pierrebertet.net/projects/jquery_superbox/

Eric Palakovich Carr
Topup is new to me and looks pretty good. But it doesn't seem to have all the flexibility with the sizing and callbacks. But I will definitely take a look at that
Teja Kantamneni
+9  A: 

I always used slimbox, but found out about ColorBox the other day. It is awesome to say the least. It seems that every feature and detail was thought about and executed brilliantly. We just used it at our studio for the first time this week, but it seems really excellent.

It has a ton of options and even callback events. Definitely check it out.

Doug Neiner
That is nice. Thanks!
Eric Palakovich Carr
+1 ColorBox looks pretty smooth!
Jonathan Sampson
+1 Wow! I like it.
Peter Rowell
A: 

We've used BlockUI to great effect:

http://malsup.com/jquery/block/

http://malsup.com/jquery/block/#demos

Its from the same author as the the forms plugin, amongst others, so should be pretty solid!

James Wiseman
A: 

Jquery UI Dialog will work, but you will have to learn other jQuery and jQuery UI components (Ajax, tab strips and 3rd party image viewer plugins).

I like the Jquery approach which will allow you build on a consistent framework, as opposed to downloading random and maybe not very compatible application-specific widgets.

http://tinyurl.com/ybcmyad

rashid
WOW!! The example looks pretty good, but it seems you have you use lot of other UI plugins and others to make it work... I will definitely take a look into this, thanks.
Teja Kantamneni
Jquery UI is like a buffet. Just add the ingredients you want.Start with core.js and all.css, then add your additional js for features if needed.Want tabs capability? add tabs.js. Need sortable or resizeable? Then add sortable.js or resizeable.js.
rashid
A: 

After some research and lot of quick prototyping, I feel like my old companion Nyromodal is the only option left for me, which gives me flexibility of controlling it using its extensive api, I went through other options given by the users and topup and blockui came closer (rest of them are also good, but doesn't meet my needs). But guys, thanks for the help and input.

Teja Kantamneni
+1  A: 

Check out the Flowplayer overlay http://flowplayer.org/tools/demos/overlay/index.html, this is one of the nicest ones I've seen.

James
A: 

I like this one too much http://www.shadowbox-js.com/

Amr ElGarhy