Top "Jquery-ui-dialog" questions

The Dialog widget that forms part of the jQuery.

Window scrolling up when jquery dialog opens up

I am trying to open a modal jquery dialog using jquery 1.4 and jquery-ui-1.8rc3.custom.js The dialog opens up …

jquery scroll position jquery-ui-dialog
How to intercept jQuery Dialog ESC key event?

I have a modal jQuery dialog and another element that takes the ESC key event behind the dialog. When the …

jquery jquery-ui jquery-ui-dialog
Replacing the Close icon for a JQueryUI Dialog box

After extensive searching on this topic, I haven't been able to find an answer, so hopefully someone can help me …

css jquery-ui icons jquery-ui-dialog
jQueryUI .dialog("close") not working after ajax call

I'm using jQueryUI's dialog with the modal form option to open a popup form. When the user clicks a button, …

jquery-ui jquery-ui-dialog
How do I close a dialog using jQuery?

I am using the code below to create a jQuery UI Dialog widget dynamically: $(function () { var Selector = $("a:contains('sometext')"); $(…

jquery jquery-ui jquery-ui-dialog
Jqueryui: how to make a shadow around a dialog box?

I'm trying to put a drop shadow around a jqueryui dialog box. Something like: <div id="dialog-form" class="ui-widget-shadow …

jquery jquery-ui jquery-ui-dialog
with jquery UI dialog, is there anyway to have a max height and use 'auto' if its smaller

I want a dialog to have a max height setting but, if the content is smaller, then to shrink down …

jquery jquery-ui-dialog
How to remove jQuery-ui dialog title bar?

I am trying to hide jQuery-ui dialog's title bar but keep the close button in the title bar visible. I …

javascript jquery css jquery-ui jquery-ui-dialog
Close jQuery UI Dialog from Iframe

I've implemented the following code for uploading photos inside a jQuery dialog (using an iframe). Here's the Iframe <div …

jquery jquery-ui iframe jquery-ui-dialog
Populate jquery modal dialog with MVC partial view async, and show in center of screen

I'm trying to use the jquery modal dialog to show a partial view async when clicking on something. Pretty simple, …

jquery asp.net-mvc jquery-ui-dialog