The Dialog widget that forms part of the jQuery.UI library
0
votes
0answers
6 views
jQuery Dialog: unable to find images
I used jQuery UI Dialog and it works fine. But When I checked it in Firebug 1.11.4, it displays this message in the console:
I'm using jQuery-1.7.1 and jQueryUI-1.8.16. And this is how I call my ...
1
vote
1answer
28 views
How to close all open JQuery dialogs
Before upgrading to the newest library for jQuery I was using this code to close any open dialogs. Now this code just throws an error.
$(".dialogs:ui-dialog").each(function () {
if ...
-1
votes
0answers
8 views
How to implement non-scrolling “preamble” and “epilog” before and after the scrolling area of a jquery UI dialog widget?
How could one have divisions before and after the main scrolling area of a jquery UI dialog widget?
The "preamble" would occur underneath the title bar, while the "epilog" would occur before the ...
-1
votes
1answer
16 views
making jQuery Dialog to wait for post back or JavScript prompt allowing custom html
I want to prompt the user with possible values (which I've got stored in JavaScript array ) to be displayed as radio buttons to choose if some value in text-box is left empty and user clicks on 'Save' ...
1
vote
1answer
31 views
How can I make a JQuery UI Dialog automatically scroll when new div is appended?
I have a JQuery UI dialog popup that displays a form. By clicking add more button i can add new form into the JQuery UI dialog.
How can I make the JQuery UI dialog automatically scroll and show the ...
0
votes
0answers
8 views
How to pass value back to Parent form from Jquery dialog
I have a Jquery dialog which loads a JSP which contains list of options.
When I select a value from the dialog, it should fill the textbox in the parent.
Before closing, I am able to see the value in ...
0
votes
0answers
7 views
How to call multiple functions in a dialog button?
How would I call more than one function inside the button of a dialog box?
My code looks like this but I need to call another function when the box is created. This other function (setBtnId(myVal) ...
0
votes
1answer
9 views
Reposition jQueryUI dialog from inside the dialog
SOLVED - Waiting two days for self-accept
Using a jQueryUI dialog to display a data entry form.
When user clicks NEXT, the dialog size is changed (several controls are added) and I wish to ...
0
votes
0answers
16 views
Applying JscrollPane for jquery ui dialog's button's div container
I am dynamically adding buttons to jquery-ui dialog widget as shown below:
var buttons = dialog.dialog("option", "buttons")
buttons.push({ text: this.text, click: function () { ...
0
votes
1answer
18 views
jQuery dialog won't stop re-opening
Problem with field validation and two jQueryUI dialogs.
There is a registration form in the first jQUI dialog.
Field validation on the username field using AJAX. If field fails validation (already ...
0
votes
2answers
54 views
Javascript redirect only seems to work when chrome debugger is open
I have written a Jquery-Ui Dialog to popup as a confirmation on particular links. This however does not redirect to my Delete page correctly. However if I open the debugger in chrome to debug, then ...
0
votes
1answer
18 views
JqueryUI Detect when a group of items are on their droppable target areas
I have 4 drag and drop items, they thay all drag and dropp onto their targets, but should then fire off a 'welldone' event and the part is not working. I've had some help but can;t get this working, ...
0
votes
1answer
23 views
Retrieve jquery-ui dialog's div
When we apply $().dialog() in an object, jquery-ui puts it inside a <div class="ui-dialog ui-widget">, with a <div class="ui-dialog-titlebar ui-widget-header"> before it.
After the ...
0
votes
1answer
41 views
Alternative to Jquery UI dialog or other way to use it
I am building a Chrome extension that encrypts and decrypts emails for Gmail users. I am using Jquery dialog UI to ask the user to enter a password and also to display in clear decrypted emails. The ...
0
votes
0answers
13 views
After asyncpostback jquery ui dialog no longer closes?
I've got a jquery ui dialog box that comes up.
The jist of it is some condition and if the condition is true this happens:
$('#dMSMeetingDate').dialog({
draggable: ...