Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What is the best alternative for jQuery thickbox [closed]

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..

like image 264
Teja Kantamneni Avatar asked Jan 12 '10 15:01

Teja Kantamneni


People also ask

What is that one best feature about jQuery when compared with other frameworks?

jQuery is free, an open-source library, licensed under the MIT License. This has a powerful feature of cross-browser compatibility. It can easily handle cross-browser issues that we can face with JavaScript. Thus many developers use jQuery to avoid cross-browser compatibility issues.


2 Answers

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.

like image 152
Doug Neiner Avatar answered Sep 19 '22 18:09

Doug Neiner


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.

like image 45
Newbie Avatar answered Sep 22 '22 18:09

Newbie