开发者

How can I just open an Overlay (like dialog without title bar) in jQuery UI

开发者 https://www.devze.com 2023-02-04 17:50 出处:网络
How can I just open something similar to what I see in the th开发者_Python百科eme roller site? Alternatively, can I open a jQuery Dialog without the title barYou can use the option DialogClass:$(\'

How can I just open something similar to what I see in the th开发者_Python百科eme roller site?

How can I just open an Overlay (like dialog without title bar) in jQuery UI

Alternatively, can I open a jQuery Dialog without the title bar


You can use the option DialogClass:

$('.selector').dialog({ dialogClass: 'notitle' });

and in the CSS specify your class by removing the title ecc

.notitle .ui-dialog-titlebar {display:none}

0

精彩评论

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

关注公众号