How do I remove the close button (the X in the top-right corner) on a dialog box created by jQuery UI?
Html – How to remove close button on the jQuery UI dialog
csshtmljqueryjquery-uijquery-ui-dialog
Related Topic
- Javascript – How to know which radio button is selected via jQuery
- Javascript – How to check whether a checkbox is checked in jQuery
- Html – I need an unordered list without any bullets
- Css – How to change the cursor into a hand when a user hovers over a list item
- Html – How to disable the resizable property of a textarea
- Javascript – Scroll to an element with jQuery
- Javascript – How to return the response from an asynchronous call
Best Answer
I have found this worked in the end (note the third line overriding the open function which find the button and hides it):
To hide the close button on all dialogs you can use the following CSS too: