jquery-ui-dialog Questions
20
Solved
I'm using a custom jQuery 1.10.3 theme. I downloaded every straight from the theme roller and I have intentionally not changed anything.
I created a dialog box and I get an empty gray square where ...
Doughy asked 28/6, 2013 at 14:58
11
Solved
I am using the jquery-ui-dialog plugin
I am looking for way to refresh the page when in some circumstances when the dialog is closed.
Is there a way to capture a close event from the dialog?
I k...
Bolzano asked 5/10, 2008 at 12:52
3
Solved
I am having a difficult time getting this to work. I have a link that opens a jQuery UI Dialog which contains links. Those links open a Bootstrap popover which contain an input field. For some reas...
Linoleum asked 29/5, 2014 at 23:0
14
How to close jQuery Dialog within the dialog without using the close button?
Inside the Dialog is a simple form request. If a successful submission occurs, then the UI dialog automatically closes ...
Sandry asked 29/5, 2010 at 4:45
13
Can anyone tell me how can i use a variable for button text in jQuery UI dialog?
I want to make a dynamic button name.
Belvia asked 23/9, 2009 at 9:4
3
Solved
I need to combine two FormData objects and post them using XMLHttpRequest. One of the forms contains file input.
var formData = new FormData(document.forms.namedItem('form-ship'));
var poData = n...
Shanda asked 14/3, 2014 at 15:43
18
i am using the jquery ui autocomplete widget inside the jquery ui dialog. when i type in the search text, the textbox indents (ui-autocomplet-loading) but does not show any suggestions.
var availa...
Bunker asked 9/7, 2010 at 23:24
5
I've been looking for a simple solution for quite some time. I want a page (for example http://www.google.com) to be displayed in a JQuery UI Dialog window. The plan is to later add the URL dynamic...
Condescending asked 17/3, 2013 at 9:6
8
Solved
I'd like to use instance method for testing if jQuery UI Dialog widget has been initialized or not. Regarding to API, this is possible, but it doesn't work for me:
Uncaught Error: cannot call meth...
Participle asked 2/4, 2013 at 12:17
4
I want to close all jquery dialogs before open a new dialog.
I'm trying with following code.
$(".ui-dialog-content").dialog("close");
It works but it too close new dialog too.
please help me a...
Approve asked 19/9, 2011 at 11:44
13
Solved
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: {
'Delete': fun...
Majoriemajority asked 26/3, 2010 at 17:51
25
Solved
How do I remove the close button (the X in the top-right corner) on a dialog box created by jQuery UI?
Vituperation asked 22/5, 2009 at 7:55
8
Solved
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...
Advocacy asked 27/12, 2009 at 3:5
9
Solved
I`m using jquery ui (jquery-ui-1.10.3) and faced some problem with dialog in Chrome.
I`m opening dialog in the following way:
$('#dialog').dialog({
width: 400,
buttons: {
"save": function() { ...
Tame asked 20/6, 2013 at 11:38
15
I needed the dialog to maintain its position fixed even if the page scrolled, so i used the
extension at http://forum.jquery.com/topic/dialog-position-fixed-12-1-2010 but there's 2 problems with i...
Legumin asked 17/4, 2010 at 3:13
6
Solved
I have a page that works great in IE and Chrome, but doesn't work in Firefox and Opera. When I say it doesn't work I mean that the Submit button doesn't do anything at all. It is a page with severa...
Flasher asked 26/1, 2013 at 3:34
14
Solved
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...
Nannette asked 9/2, 2010 at 18:26
21
Solved
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 i...
Southsouthwest asked 31/3, 2010 at 16:43
5
Solved
I have a modal jQuery dialog and another element that takes the ESC key event behind the dialog. When the jQuery Dialog is up, I don't want this ESC key event to propagate. What happens now is that...
Outwork asked 5/5, 2012 at 23:12
3
Solved
The web application that I am upgrading uses jQuery and jQuery UI. I have replaced most instances of window.open and <a target=_blank> with jQuery UI dialog. For example, the terms and condit...
Nava asked 14/4, 2011 at 8:5
2
Solved
Is it possible when specifying a jQuery UI dialog box, to have an image be placed for my title instead of just plain text?
Thanks
Dotard asked 22/8, 2010 at 21:39
11
Solved
I have an app on jquery 1.5 with dialogs worked fine.
While I have a lot of .live handlers, I changed this to .on.
For that, I have to update jquery (now 1.8.3 an jquerui 1.9.1).
Now, I got: Error...
Cyler asked 22/11, 2012 at 21:21
8
Solved
I want a dialog to have a max height setting but, if the content is smaller, then to shrink down to do what height = 'auto' does. Is this possible in JQuery UI dialog?
Thievish asked 14/4, 2011 at 10:33
11
Solved
I am using jQuery UI Tabs inside of the jQuery UI dialog window.
I've come across an instance, where I need to find the id of the current tab when clicking on one of the dialog buttons. Looking at...
Unthrone asked 30/4, 2013 at 14:39
7
Solved
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 th...
Offshoot asked 19/5, 2010 at 10:42
1 Next >
© 2022 - 2024 — McMap. All rights reserved.