[jQuery] Moving a opened dialog on top the windows stack
Hello,
I'm just wondering if there is any undocumented method (or trick),
like dialog.data(), to raise (and maybe focus) an already opened
dialog which is hidden below other dialog(s) ?
I could mimic that by destroying the dialog, creating and opening it
again but it is not very clean.
Thanks,
Olivier.