开发者

Several modal windows with jQuery simplemodal plugin

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


SimpleModal only supports one modal open at a time.

You can swap out content of an open modal or close and re-open a new one.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜