The Dialog widget that forms part of the jQuery.UI library

learn more… | top users | synonyms

29
votes
8answers
19k views

Trouble with jQuery Dialog and Datepicker plugins

I have a dialog, and I have a datepicker field on the dialog. When I open the dialog and click in the datepicker field, the datepicker panel show behind dialog. I try more properties: zindex, stack, ...
23
votes
8answers
6k views

How can I disable a button on a jQuery UI dialog?

How do I go about disabling a button on the jQuery UI dialog. I can't seem to find this in any of the documentation in the link above. I have 2 buttons on the modal confirmation ("Confirm" and ...
23
votes
7answers
19k views

jQuery UI Dialog Button Icons

Is it possible to add icons to the buttons on a jQuery UI Dialog? I've tried doing it this way: $("#DeleteDialog").dialog({ resizable: false, height:150, modal: true, buttons: { ...
18
votes
4answers
18k views

How can I make a JQuery UI Dialog automatically grow or shrink to fit its contents?

I have a JQuery UI dialog popup that displays a form. By selecting certain options on the form new options will appear in the form causing it to grow taller. This can lead to a scenario where the ...
14
votes
5answers
22k views

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 dialogs in my application attached to divs that are loaded with .ajax() calls. They all ...
14
votes
5answers
23k views

jQuery UI Dialog OnBeforeUnload

I have a small problem. I'm attempting to catch the OnUnLoad Event of the Window and ask a confirmation question and if the user decides they want to stay then fine, and if they want to leave the ...
11
votes
9answers
7k views

jQuery dialog button variable

Can anyone tell me how can i use a varaible for button text in jQuery UI dialogs. I want to make a dynamic button name.
11
votes
2answers
3k views

jQuery UI Dialog Buttons from variables

I have variables holding the translated labels for buttons inside a jquery ui dialog. I cannot fill the button array key with the variable itself, and can't find any way to let it treat my variable ...
9
votes
2answers
72 views

Need horizontal menu option on mouseover on a particular div

My requirement is to make a horizontal menu in the end of a paragraph where on mouseover a menu should appear On mouse over it should show an option to add an item like this On clicking the add ...
9
votes
5answers
6k views

jQuery UI - Close Dialog When Clicked Outside

I have a jQuery UI Dialog that gets displayed when specific elements are clicked. I would like to close the dialog if a click occurs anywhere other than on those triggering elements or the dialog ...
9
votes
2answers
3k views

Howto update 'title in jQuery UI Dialog?

I like to change the title from an UI Dialog after i have submitted a form in this UI Dialog. So in the callback-function after load i should suggest, but i've tried and googled without result. Has ...
8
votes
4answers
3k views

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 style="display: none"> <iframe id="upload-form" frameborder="0" ...
8
votes
9answers
20k views

jquery dialog save cancel button styling

I am using jquery ui dialogs in my application. How do I style the "Save" and "Cancel" buttons differently in a jquery dialog? So "Save" is more appealing than the "Cancel". I could use a hyper link ...
7
votes
1answer
2k views

Closing all jquery dialog windows in JavaScript

How does one close all jquery ui dialog windows in javascript? Situation: The page has multiple things that can be opened using the dialog boxes. I need a way to close all previous windows before ...
7
votes
3answers
7k views

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 overlay like this: var $overlay = $('<div ...
6
votes
5answers
2k views

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, it submits their input to a database, and then should close the dialog. Everything is ...
5
votes
3answers
139 views

Unable to style the active state of jqueryUI's Dialog close button

I wish to style the active state of the close button (in the titlebar) in jqueryUI's dialog. I have styled its normal and :hover state fine. But the :active state never seems to trigger. Is there ...
5
votes
1answer
291 views

scrollbar inside jquery UI dialog crashes IE8

to see this you can go here: http://mrgsp.md:8080/prodinner click on "host a dinner" and make your browser small enough so that you would get scrollbars in the UI dialog now try scrolling, IE will ...
5
votes
1answer
1k views

Opening JQuery Ui Dialog in MousePosition

i want to open JQuery UI Dialog In Mouse Position. what is the problem with my code? <script type="text/javascript"> $(document).ready(function () { var x; var y; ...
5
votes
2answers
2k views

Create more serious looking jQuery error dialog?

Is there a jQuery UI class you can use to create a more severe looking error dialog box than the one below? This is the HTML we use to create the dialog: <div style="display:none" ...
5
votes
4answers
2k views

jQuery modal dialog button text

Based on the code below to show a JQuery dialog, the button text shows up as the literal "b" as opposed to the value of the variable b. Ie: showWarningDialog('myBody', 'myTitle', 'go') shows a ...
5
votes
5answers
1k views

JQuery UI Dialog slow

I've recently ran into a bit of a pain. I've been using the JQuery Dialog box to display some configuration screens in a web app. Nothing too special. However I have a couple edge cases where this ...
5
votes
1answer
1k views

putting a jQuery UI Accordion in a jQuery UI Dialog

By creating the appropriate markup for Tabs, I've been able to place a jQuery UI Tabs widget inside a jQuery UI Dialog; but doing the same with an Accordion has not worked: clicking on the anchor of ...
5
votes
2answers
3k views

jquery: 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. When the dialog is closed I would like to completely destroy and remove the div again. How can I do this? ...
5
votes
2answers
10k views

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 dialog box. However I keep getting the "Dialog not a function" javascript error. I am using jquery 1.2.6 ...
4
votes
3answers
121 views

Why does jqueryui.dialog ignore the height parameter when the selected element is a table?

When I attempt to render a <table> as a dialog window, my height:750 parameter seems to be ignored; the content, over 2100px in height, forces the dialog to render at the same height, making the ...
4
votes
2answers
254 views

Display checkboxes in jQuery UI dialogs and provide Cancel button

I'm trying to solve probably a very common problem and have prepared a simplified test case demonstrating it and my efforts. I'm trying to display several jQuery UI dialogs, each containing several ...
4
votes
2answers
461 views

jquery ui dialog stopped working - gives error “cannot call method 'mouseover' of undefined”

I have been using jQuery UI dialog boxes in my app, and all was well until today when I tried to open a dialog, and nothing happened. In the console, was: Uncaught TypeError: Cannot call method ...
4
votes
2answers
251 views

Showing a modal dialog with jquery ui without an element?

I'm making a small jquery application. I need some confirmation boxes to appear. However, I don't want to have to append an element to the body just so I can open up a dialog box. Is there a way to ...
4
votes
2answers
245 views

jQuery UI: Setting draggable options for the dialog

I have a draggable dialog and I would like to set dragging options, I don't know how to do it. Here is an example. The red box has the option cursorAt set with { top: 0, left: 0 }. I would like to do ...
4
votes
1answer
225 views

jquery ui dialog added content

is there a way to add content in between 2 buttons for jquery ui dialog box? With the code below I would like to have OR written in between the 2 buttons. Is this possible? ...
4
votes
3answers
448 views

Attach a jQuery dialog to a text field and make it disappear when the user clicks something else?

I like the jQuery DatePicker widget. It is very user friendly that when the user clicks on a date field in my web application, the user sees a dialog that allows her to select a date. What's even ...
4
votes
2answers
189 views

Using jQueryUI Dialog, how can I get the element that opened the dialog?

For example, I have many rows of data, each with an "edit" button with a class "edit-button". I have a .live() click handler on for .edit-button elements. In a dialog callback for one of the ...
4
votes
1answer
321 views

jquery ui dialog : triggered twice with emebedded script tag problem

When I load the content of /test/anycontent.php <div> <h1>My title</h1> <p>This is a paragraph</p> <script type="text/javascript"> // alert("it ...
4
votes
2answers
979 views

$(“#dialog”).parent().appendTo($(“form:first”));

I'm opening a few jquery dialogs on my page and I was using: $("#dialog2").parent().appendTo($("form:first")); //this was working no prob. I noticed when I applied it again to dialog3 it has stopped ...
4
votes
2answers
321 views

will destroying a jQuery dialog remove any handlers attached to elements inside it?

I've noticed some memory leaks in an app i'm building, after playing around with for a while FF will start to use up more and more memory (upwards to 1 000 000 k). I've done some research and ...
4
votes
4answers
5k views

In IE8, jquery-ui's dialog set the height of its contents to zero. How can I fix this?

I am using jquery UI's dialog widget to render a modal dialog in my web application. I do this by passing the ID of the desired DOM element into the following function: var setupDialog = function ...
4
votes
3answers
2k views

JQuery UI Dialog - Ajax Update on success $(this).dialog('close');

Having issues referencing $(this) from within a the nested ajax 'success' function... I know this is a scope issue, but can't seem to find a clean way to close the dialog on a successful update. ...
4
votes
2answers
1k views

jQuery UI dialog + Ajax fails with IE 6-7-8

i have problem with jQuery-ui Dialog when using ajax $.ajax({ url: "folders.php", cache: false, data: { ...
3
votes
2answers
21 views

(JQuery-UI) Is there a way to detect what button was pressed in a dialog's beforeClose() handler?

My JavaScript code puts up a dialog box requesting some information from a user, as well as two buttons (OK and Cancel). I would like to use dialog's beforeClose handler to validate input when a ...
3
votes
3answers
72 views

Can I make jquery dialog position independent of window size?

I'm using the position attribute to fix a dialog in a certain position. $('#red').dialog({autoOpen: false, resizable: false, draggable: false, height: 600, width:550, position: [10, 150]}); I ...
3
votes
2answers
141 views

jQuery Validate's remote method inside a jQuery UI Dialog only works once

I need to use the 'remote' method to check the availability of a company name before proceeding to insert the said company I'm currently using jquery UI Dialog for entry of the company's data , ...
3
votes
1answer
80 views

jQueryUI Dialog Position and Size

I'm trying to create a dialog using jQueryUI and I'm running into 2 issues that I didn't expect and haven't found a solution that seems to work for me. Using this code: $( '<div/>' ).load( ...
3
votes
1answer
196 views

jQuery Dialog with an async option?

I have written a JS event handler that is raised just before a control uploads a file. In my event handler, i have the choice to cancel the upload and that choice depends on whether what options the ...
3
votes
4answers
316 views

Why choose SimpleModal over jQuery UI Dialog?

New to Javascript/jQuery. I was looking for a good popup solution then I found the jQuery plugin SimpleModal, from Eric Martin, which seemed to be quite popular. I am curious as to why people would ...
3
votes
2answers
1k views

server side validation in jquery dialog

sorry for my language - in English i can only read :) i want to do in asp.net mvc something like this: 1. show user a page 2. open modal dialog (jquery-ui) and show partial view 3. validate user input ...
3
votes
1answer
243 views

Know when position collision has fired in jQuery UI

I am trying to extend the jQuery UI dialog() to use arrow pointers to point to what was clicked. The issue I've run into is knowing when the collision method runs so I can change to pointers from the ...
3
votes
1answer
544 views

ie9 standards mode, iframes, and dom manip

IE9 (standards mode) does not allow you to manipulate iframes in the DOM at all. If you use jQueryUI Dialog, or jQuery's .wrap() function to wrap content that happens to have an iframe in it IE9 will ...
3
votes
2answers
403 views

is it possible to stick jquery ui tabs inside of a jquery ui dialog

i have a web page that i want to load dynamically (ajax) into a jquery ui dialog. the page has multiple jquery tabs and when i load this into the dialog each tab is showing up as a regular link and ...
3
votes
1answer
583 views

dialog zoom effect jquery

is it possible to re-create a zoom-like effect for dialogs in jquery without needing to download a lightbox plugin? i'd like to add animation to my dialogs to simulate the "zoom" effect found on this ...

1 2 3 4 5 15