I am using jquery ui dialog and when i click a button on the form, I want to use jquery blockUI to show a "Saving . .. " message by using this line:
$.blockUI();
but the block UI shows up under the dialog. I see this question, but it doesn't work anymore. I think its because it refers to jquery UI zindex setting which doesn't look like it exists anymore based on the documentation.
Is there an updated solution when using the latest jquery ui dialog library to have block UI message show up above the ui dialog?