0
votes
1answer
20 views

Use 2 Title Images in JQUERY UI Dialog based on php

I have a php condition and need two different images to potentially display. Is there some way to create two different titles for different classes? Or maybe a different way in the jquery? Right now ...
0
votes
1answer
12 views

How to trigger open a jQuery UI dialog from a separate page?

I'm not very good with jQuery and I've hit a wall recently. I have a jQuery UI dialog that opens when a user triggers it on index.html. It is hidden on index.html until the user triggers it open. On ...
0
votes
1answer
19 views

How to modify the jquery-ui dialog on bootstrap modal

I have this following code for making a confirm dialog using jQuery UI: function Help(section) { $("#userpopup").remove(); $("body").append("<div id='userpopup' title='Help' ...
0
votes
0answers
20 views

jquery-ui autocomplete results not visible on first open

I am using a jqueryui autocomplete attached to a form input element that first appears dynamically when a jqueryui dialog is created. The problem is that the autocomplete menu does not appear on the ...
0
votes
2answers
53 views

JQuery UI Dialog box only works once

I have a JQuery UI Dialog box that opens up another page inside it. After I click Cancel and try to click it again, it does not open. I searched online and found an answer that said I had to ...
0
votes
1answer
59 views

How do I load another HTML page inside a JQuery UI Dialog box?

I need to make an HTML page appear inside of a JQuery UI Modal form for collecting data. Other solutions online told me to do something like this: var scanDialog = $( "#dialog" ).dialog({ ...
0
votes
0answers
44 views

Jquery Dialog Type Error Dialog is not a Function

On a click of a Button i have the following Function for Dialog function Confirmation(msg1){ if ($('#exportSales').length == 0) { $(document.body).append('<div ...
0
votes
2answers
76 views

why jQuery UI Dialog has no minimize, maximize buttons?

I am using jQuery-1.9.1 and jQuery-ui-1.10.2 to popup a dialog, my code is below: <script type="text/javascript" src="js/jquery-1.9.1.min.js"></script> <script type="text/javascript" ...
0
votes
0answers
35 views

jquery dialog jumps when page scrolled

EDIT: Having just tested it in more browsers, it happens in Opera, IE 9 and Firefox as well. It seems to work fine in sites like jsbin, jsfiddle, etc... but if you just create a html file with that ...
-1
votes
1answer
43 views

Perl CGI Jquery dialog form submit problems

I believe I'm doing something wrong here. I have a Perl script that says "if not submit button name submit/save, display html page. Then on submit, run subroutines which pretty much insert6/update ...
1
vote
0answers
49 views

JQuery UI dialog not passing form variables after preventdefault

I believe I'm doing something wrong here. I have a Perl script that says "if not submit button name submit/save, display html page. Then on submit, run subroutines which pretty much insert6/update ...
2
votes
0answers
51 views

jQuery Dialogs wont stay in container div when opened

I'm working with code to open multiple dialogs in a cascading fashion in a desktop type environment. The issue is keeping the dialogs from opening outside the container "#desktop" div. I have tried ...
0
votes
0answers
21 views

jQueryUI : Dialog with UI Tabs - Control a specific dialog

I have the following implementation of Dialogs inside Tabs (Jquery UI). http://www.yazam1.co.il/ui.html After few dialogs are open, I would like to control specific one of them, for example change ...
-1
votes
0answers
32 views

calling jquery.ui.dialog.js from a link in html

I've searched but no one has answere my exact problem. I have a jquery plugin, a tree control that uses nested uls for data. Currently I am using windows alert and confirm boxes to display additional ...
0
votes
0answers
73 views

Can't read value from of inputs inside jquery ui dialog. Asp.net form

can't read value of textarea inside jquery ui dialog. Also can't append text into dialog. When i parse through textarea input properties (var t = $("#article_comment");) it shows me that attribute ...
0
votes
1answer
83 views

jquery ui dialog how to detect loss of focus

I have been searching for quite some time without success. I want to detect when a particular jquery ui dialog has lost focus. I know I can detect when it gains focus like so: focus: function(event, ...
0
votes
2answers
142 views

How prevent JQgrid's Search Filter from opening behind the jqueryUI dialog?

The code below uses JQgrid within a JqueryUI dialog. When the 'Find Records' button is pressed first time, filter form appears fine in front of the grid. Close the filter, fine. Open the filter, ...
0
votes
0answers
55 views

jquery UI dialog: load ajax data when opened first time - OOP

I would like to implement a jquery UI dialog that makes ajax call for data during first show action (calling ajax each time is useless). So far I can display a standard modal (just like in jqueryui ...
0
votes
0answers
86 views

jqueryui - overlay remains after closing modal dialog

I have several modal dialog opened at the same time. To distingiush betwwen them some have 'dialogClass' defined. Now I can close them: $('.my-dialogClass').dialog().dialog("close"); This closes ...
1
vote
2answers
268 views

Why does my jQuery dialog reload the page when enter is pressed?

I'm trying to use jQuery dialog to enter data in my page. For a reason I don't understand, when the user press enter, the entire page is refreshed. It doesn't even validate what is in the textbox. ...
0
votes
0answers
54 views

jquery ui dialog window iframe loading

I am opening different “iframe”s from the file in jsfiddle ffeGf address. When minimize or maximize the “iframe” it reload the page. I need to stop this as it does in the sameway resizeing the page. ...
0
votes
1answer
288 views

jQuery modal dialog and CKEditor input dialog

SOLUTION UPDATE After spending sometime searching, I think I can make a workaround of this. For me, the only feature of using a modal dialog is that it prevent access from elements behind it. I ...
1
vote
2answers
156 views

jQuery Dialog Setting Radio Checked Issue

I have a problem where by I want to remember the checked radio button in a jQuery UI dialog popup. I encountered some strange behaviour so I mocked it up in JSFiddle. The fiddle basically randomly ...
-2
votes
1answer
100 views

How to hide this “close” button

I am using this jquery-ui to display a dialog box but it comes with a freebee named as "close" which I don't want, you can find rest of code here, Why my Dialog box isn't working In html its ...
0
votes
1answer
56 views

download api for JQuery Dialog box

I only need the dialog bog in jquery-ui library, so I do not want to download the entire package (from http://jqueryui.com/dialog/) . Is there a way to selectively get only the stuff that is needed ...
0
votes
1answer
59 views

Recursively destroy contents of jQuery UI Dialog

My code opens a jQuery UI dialog and uses AJAX to load the content. Several other widgets are being initialized inside the dialog. When the dialog is closed, I destroy() and remove() it's div, but it ...
0
votes
1answer
95 views

jQuery UI dialog with tabs

I am using a tabbed interface with jQuery UI. That is working fine. Each tab is actually a form. So when that form is submitted the action brings the user back to the same page. But at that point ...
0
votes
0answers
35 views

Better dialog to not remove the div?

I can have many editors on my particular page and I'm running into an issues where it moves the div into the <body>, which breaks my entire page. Is it possible to display a dialog which will ...
0
votes
1answer
53 views

Content of PHP won't show in jQuery dialog

I'm trying to load the content of a PHP file in a jQuery UI dialog, but the dialog won't open. If I debug the code with FireBug, there seems to be an break without any error report on the following ...
1
vote
1answer
212 views

jQuery UI Dialog always oppening behind Fancybox windows

I'm trying to open jQuery dialog within AJAX loaded Fancybox window. In Fancybox content I have following script: $('#firma_picker').load( $('#firma_opener').attr('href') ); ...
0
votes
3answers
57 views

Issue with HTML being returned in a $.ajax

Hey guys I have the following code: $(document).ready(function () { $(".atf-submit").click(function () { atf_name = $(this).parent().parent().find(".user_table"); ...
0
votes
0answers
38 views

Issue with getting value from $.ajax inside a $.when

Hey guys I have the following code: function runATF(){ var urlatf = '/pcg/ATF/updateATF_window.php'; var tagatf = $("#insider_dialog"); var promise1 = ...
0
votes
1answer
104 views

Jquery UI: Dialog launched from button on a tab briefly shows the dialog, then closes it and opens the 1st tab

I'm pretty new to jquery, and I'm having a problem I can't seem to fix. So, I have some Jquery UI tabs. On the second tab I have a button that when clicked is supposed to launch a dialog. I ...
0
votes
1answer
142 views

Jquery dialog with fadeIn/fadeOut and load issues

My client wants a fadeIn/fadeOut image when loading interior pages. This is the page in question: http://angelynngrant.com/mei3/ouragency.html Problems: (1) fadeIn does not work; (2) fadeOut works, ...
0
votes
1answer
470 views

Jquery-ui scrollable list in a dialog

I'm using JQuery-Ui in my crm 2011 application. I use jquery-ui-dialog to diaplay a list, but when the list is too long I want a vertical scroll bar to appear. now the list exceeds the length of the ...
1
vote
1answer
105 views

jQuery ui dialog overlay and ajax injected html

I have a problem with a site (unfortunately I can't provide a link because it's on a staging environment). I have a jqueryui dialog that opens when page loads, if you scroll down the overlay covers ...
0
votes
0answers
91 views

jQuery & jQuery-UI or SimpleModal Dialog to Expand Outside of an iframe?

I'm creating an ad that will be served within an iframe. Upon clicking the ad, I'd prefer to open a dialog box instead of opening a new browser window. The dialog box will need to open and extend ...
0
votes
1answer
80 views

How do I bind a close button with an open button using jQuery UI Dialog?

I am trying to create a wizard-like experience with 5 jQuery Dialog modals. I want to fire a new modal from the first one that opens the second, but closes the first. The same with third, the ...
0
votes
1answer
150 views

Forcing jQuery UI dialog button focus

I have several jQueryUI dialogs with Ok and Cancel and radio buttons (no text input). My requirements are: OK button should be right of the Cancel button and Ok button should be in focus: when ...
0
votes
1answer
221 views

Jqueryui dialog create conflicts with other scripts

I have such an issue, I am using few script like jquery carousel slider, jquery drop down menu but when I am trying to add jqueryui dialog all others scripts do not work. Here is my code: Before I ...
3
votes
3answers
425 views

jQueryUI Dialog/Datepicker Auto-Opens

I currently have a dialog box with two inputs as its content (with the two inputs using .datepicker()). When I open dialog box, the first input becomes the focus and the first datepicker automatically ...
2
votes
2answers
65 views

jQueryUI dialog not displaying

I am trying to generate a jQuery UI dialog using a function. The function is triggered by an onClick event and it is executing, but for some reason the dialog will not display. I'm sure it is ...
1
vote
2answers
118 views

Can I force the dialog draggable only inside the window?

html: <div id="dialog" title="Past Issues"> </div> Jquery: $( "#dialog" ).dialog({ height: 900, width:1200, modal: true, }); The problem is currently ...
2
votes
2answers
103 views

Positioning relative to an element and window

I currently have a dialog with a bunch of options defined. It is shown when the user clicks on a button. My dialog is defined as: $('#newIssueDialog').dialog({ autoOpen: false, ...
2
votes
3answers
141 views

Jquery dialog new button

As the screenshot suggests, can I add a new button next to close button on top of dialog, I have no idea if this can be implemented or there is any limitation Thanks
1
vote
3answers
215 views

Show Success in a JQ UI-widget after form submit, and a redirect from a UI.Dialog

Thanks for even taking a look. I'm deleting a record from a database. The user confirms the deletion in a JQ UI.Dialog with an Ajax form submit and is then basically redirected to the same page to ...
0
votes
1answer
150 views

ASP.NET Conflict in implementing javascript through masterpage hyperlink

I am using master page in implementing all my content page. So the header includes a hyperlink which called Feedback. Of course, this hyperlink repeated every page. The Javascript code is in the ...
1
vote
2answers
183 views

jquery dialog form with asp:hyperlink

I have an issue in implementing the JQuery dialog with asp.net form. When I click on #hlChangePassword nothing happens. This is my code below: <script type="text/javascript"> ...
0
votes
0answers
81 views

Open links from a Jquery UI dialog inside that same dialog

I am printing a set of links dynamically within a jquery ui dialog. When a user clicks one of the links I want the link to open in the same dialog ( or maybe another dialog after closing the previous ...
1
vote
0answers
95 views

Trouble on multiple autocomplete fields on the same page

I am using jQuery v1.8.3 and jQuery UI v1.9.2. I implemented Autocomplete and Dialog widgets this way: $("#A_autocomplete").autocomplete({ select : function(event, ui) { ...

1 2 3 4 5 7