I have a button which on clicking opens jquery dialog. Inside that jquery dialog i have another button which on clicking should open yet another dialog. The 1st dialog is open correctly but the 2nd dialog is not opening. Can anybody tell me what can be the problem?
Both the dialogs are non modal. Still, the 1st one gets opened but the 2nd one doesn’t.
Thanks in advance 🙂
Yes it’s possible. I do it all the time. Please post some code so we can see what’s wrong.
Make sure you have the “stack” property set to true, like so:
description from jquery documentation:
Code examples
Initialize a dialog with the stack option specified.
Get or set the stack option, after init.