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
$('#element').dialog({ modal: true, stack: false, zIndex: 9999, ...
worked for me