开发者

How to hide header title dialog jquery?

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜