I found the latest version of jQuery UI(1.10) remove the zIndex option. And it\'s confirmed on the jQuery website.
zIndex
It really shocked me. Please think ab
If you want to apply the zIndex using jQuery as soon as you instantiate the dialog, you can do the following:
$('#element').dialog({ your options... }).parent('.ui-dialog').css('zIndex',9999);