How to hide or disable jQuery dialog close(X)

QuestionsHow to hide or disable jQuery dialog close(X)
Chao Shun Jenq asked 10 years ago

Hi,Abu,

How to hide or disable jQuery dialog close(X) top right corner button?

I tried:
jQuery("a.ui-dialog-titlebar-close").hide();
But it don't work!

Rgds,

Chao Shun Jeng

1 Answers
Abu Ghufran answered 10 years ago

You can put this css

<style>
.ui-jqdialog .ui-jqdialog-titlebar-close {
display: none;
}
</style>

Your Answer

2 + 9 =

Login with your Social Id:

OR, enter

Attach code here and paste link in question.
Attach screenshot here and paste link in question.



How useful was this discussion?

Click on a star to rate it!

Average rating 0 / 5. Vote count: 0

No votes so far! Be the first to rate it.

We are sorry that this post was not useful for you!

Let us improve this post!

Tell us how we can improve this post?