Is it possible?
For example my first modal window appended to 'body' and has z-index: 1002
if I'm trying in FireBug open new modal window (appended to 'body' or existed modal window) with z-index more then 1002. I've just see 'false' as the result
for example:
$.modal('<h1>First modal</h1>');
and then in console
$.modal('<h1>Next modal</h1>', {zIndex: 1002+, appendTo: 'body' or 'First modal'})
jQuery 1.4.2, jquery.simplemodal-1.3.5