0

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

enter image description here

Any body know?

3
  • 1
    Is this a standard jQueryUI dialog / a plugin / or jQuery Mobile? Commented Aug 15, 2011 at 9:30
  • this is a jqueryUI Dialog. =) Commented Aug 17, 2011 at 4:16
  • Cool, this and code samples really help other users answer your question effectively. Commented Aug 17, 2011 at 4:29

1 Answer 1

4

in CSS use this:

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

or this:

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

which one goes better, you choose.

Sign up to request clarification or add additional context in comments.

2 Comments

Thanks this is useful for me. =)
I don't know which browser you are using, but in IE or Chrome you can use F12 to use developer tools. in FireFox get the FireBug plugin and it has the same features as mentioned for IE and Chrome.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.