How to hide header title dialog jquery?
How to hide header title dialog jquery? I need for simple view dialog. =) Example Like this image :
开发者_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.
精彩评论