开发者

Several modal windows with jQuery simplemodal plugin

开发者 https://www.devze.com 2023-01-04 23:44 出处:网络
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-ind

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

精彩评论

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