How can I get jQuery dialogs to show on front ? It was happening by default with previous Jquery versions.
My dialogs now appear hidden behind other stuff.
I unsuccessfully tried to set z-index this way:
$("<p>My Dialog</p>").dialog().css('z-index', 9999);
` element. jQuery UI will set up a `.ui-dialog` div which you could set the z-index for.
– athms Mar 03 '14 at 12:33