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