I need to do nested modal popup in my application. all popup’s will have form submission, and comfirmation message modal dialog. Which plugin is easy to do this?. There will be an 3-4 level of nesting in there. Please help me to select the beset one.
thanks in advance.
I’ve never nested more than one lightbox within another but I tend to favour colorbox for my lightbox/popup needs.
http://www.jacklmoore.com/colorbox
If you want a more conventional modal for your confirmation message you can use the jQuery UI one within the lightbox.
http://jqueryui.com/demos/dialog/
One or both should give you what you need.