Any good lightbox for a modal dialog?

Posted by aximili on Stack Overflow See other posts from Stack Overflow or by aximili
Published on 2010-03-26T00:55:28Z Indexed on 2010/03/26 1:03 UTC
Read the original article Hit count: 543

Filed under:
|

There are thousands of lightbox components and the likes.
I've looked at about 10 of them, but couldn't find what I need.

Just wondering if anyone know a lightbox like component that:

  • can popup an inline div (that is initially hidden)
  • can be modal (eg. you must select a radio button or you can't close the box)
  • can be called dynamically, eg. so that I can call Popup('myDiv'); on page load without the user clicking anything
  • has sufficient documentation/examples to allow me do the above easily

Thanks in advance

© Stack Overflow or respective owner

Related posts about lightbox

Related posts about jQuery