开发者

How to hide header title dialog jquery?

开发者 https://www.devze.com 2023-03-28 16:44 出处:网络
How to hide header title dialog jquery? I need for simple view dialog. =) Example Like this image : 开发者_Go百科

How to hide header title dialog jquery? I need for simple view dialog. =) Example Like this image :

How to hide header title dialog jquery?

开发者_Go百科

Any body know?


in CSS use this:

.ui-widget-header { display: none; }

or this:

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

which one goes better, you choose.

0

精彩评论

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