There are numerous posts that indicate that the z-index of a jQuery UI dialog can be set by passing a parameter zIndex
to .Dialog()
, including
Last jQuery modal dialog z-index overrides initial modal z-index
However, that parameter is not listed in the jQuery UI API documentation
http://api.jqueryui.com/dialog/
If I set it anyhow, the z-index of my dialog is unaffected.
How can I set the z-index of the dialog?