Top "Jquery-ui-dialog" questions

The Dialog widget that forms part of the jQuery.

How to remove close button on the jQuery UI dialog?

How do I remove the close button (the X in the top-right corner) on a dialog box created by jQuery …

jquery html css jquery-ui jquery-ui-dialog
jquery-ui-dialog - How to hook into dialog close event

I am using the jquery-ui-dialog plugin I am looking for way to refresh the page when in some circumstances when …

javascript jquery jquery-ui modal-dialog jquery-ui-dialog
jQuery dialog popup

I am trying to get this dialog popup form to show up when this link is clicked but it does …

jquery jquery-ui modal-dialog jquery-ui-dialog
jQuery UI Dialog Box - does not open after being closed

I have a problem with the jquery-ui dialog box. The problem is that when I close the dialog box and …

javascript jquery jquery-ui modal-dialog jquery-ui-dialog
Error: TypeError: $(...).dialog is not a function

I am having an issue getting a dialog to work as basic functionality. Here is my jQuery source imports: <…

javascript jquery jquery-ui-dialog
Automatically resize jQuery UI dialog to the width of the content loaded by ajax

I'm having a lot of trouble finding specific information and examples on this. I've got a number of jQuery UI …

javascript jquery ajax jquery-ui jquery-ui-dialog
jquery ui Dialog: cannot call methods on dialog prior to initialization

I have an app on jquery 1.5 with dialogs worked fine. While I have a lot of .live handlers, I changed …

jquery dialog jquery-ui-dialog
How to completely remove a dialog on close

When an ajax operation fails, I create a new div with the errors and then show it as a dialog. …

jquery-ui jquery-ui-dialog
How to close jQuery Dialog within the dialog?

How to close jQuery Dialog within the dialog without using the close button? Inside the Dialog is a simple form …

jquery jquery-ui jquery-ui-dialog
Passing data to a jQuery UI Dialog

I'm developing an ASP.Net MVC site and on it I list some bookings from a database query in a …

javascript jquery asp.net-mvc jquery-ui jquery-ui-dialog