Top "Jquery-ui-dialog" questions

The Dialog widget that forms part of the jQuery.

get the current tab in jQuery UI tabs

I am using jQuery UI Tabs inside of the jQuery UI dialog window. I've come across an instance, where I …

jquery jquery-ui jquery-ui-dialog jquery-ui-tabs
Trigger event on dialog box open

My dialog box is defined under the div #dialogbox When the dialog box opens i want to trigger an event …

jquery jquery-ui-dialog
JQuery UI dialog - *Dialog not a function* error

I am developing a site using pinax. In one of my templates I am trying to open a simple jquery …

jquery jquery-ui jquery-ui-dialog
jQuery UI dialog button text as a variable

Can anyone tell me how can i use a variable for button text in jQuery UI dialog? I want to …

jquery jquery-ui variables jquery-ui-dialog
jQuery - remove user input text from textarea

Okay I have a list of devices where i can select which to edit. I have 3 states for the edit. …

jquery jquery-ui textarea jquery-ui-dialog user-input
jQuery UI: How to use ui-widget-overlay by itself?

I am trying to create an overlay, similar to the one that jQuery UI Dialog uses. I can create the …

jquery jquery-ui jquery-ui-dialog
In jquery UI dialog, is it possible to put a modal dialog on top of another modal dialog

I have a modal dialog using jquery UI dialog. I now want to popup another dialog when i user changes …

jquery jquery-ui modal-dialog jquery-ui-dialog
How to make jQuery UI dialog not resizable

Does anybody know how to make the jQuery dialog non-resizable ? At the moment, I call this: var elem = $("#mydiv"); elem.…

jquery jquery-ui jquery-ui-dialog
How do I reload the page after an AJAX call is done with a dialog?

so I have a dialog UI with a form once a user click on a link it opens. Once they …

ajax jquery jquery-ui-dialog jquery-dialog
jquery UI autocomplete inside a modal ui dialog - suggestions not showing?

i am using the jquery ui autocomplete widget inside the jquery ui dialog. when i type in the search text, …

jquery-ui jquery-ui-dialog jquery-ui-autocomplete