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

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.
加载中,请稍侯......
精彩评论