Does anyone know how to remove the close icon in the popup dialog.
http://jquerymobile.com/test/docs/pages/dialog/index.html#&ui-state=dialog
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
After looking at the structure of the dialog it is easy to understand that the below CSS can be used to hide the
Closebutton.Note this will hide all the
.ui-btninui-header. If that is not desired, you can write a simple script to make sure that we are just hiding theClosebutton alone.For all dialogs in the page:
For any specific dialog with ID
pageId:See below for more details about the dialog structure.
Below is the the
X(close icon) as in the beginning of thediv, (See complete structure)Complete Structure [cleaned up data attributes for readability]