开发者

Jquery Dialog Box with overlay background

开发者 https://www.devze.com 2023-03-19 00:46 出处:网络
I am using jquery dialog box abut not able to see 开发者_如何学Cthe background overlay. code is below

I am using jquery dialog box abut not able to see 开发者_如何学Cthe background overlay. code is below

$("#dialog").dialog(); I'm in a dialog

I am new to jquery, please help me out, much appreciated :)


If you want to see overlay, you have to call dialog with modal: true parameter:

$("#dialog").dialog({ modal: true });
0

精彩评论

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