开发者

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

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜