a jQuery UI widget to present HTML content in a floating window that contains a title bar and a content area. By default, a dialog window can be moved, resized and closed. Additional functionality like animating the dialog, extending it with more buttons or making the dialog modal can be configured ...

learn more… | top users | synonyms

0
votes
2answers
17 views

Load file into jquery dialog

I just confused with jquery dialog and with php form submit I have two forms, page1.php and page2.php In page1.php, I have <a> link <a id="addNew"> Add New </a> <div ...
0
votes
1answer
23 views

onclick of the close icon , close the corresponding minimized dialog from the container

I am using jquery-ui dialog , now when i minimize the dialogs the dialog gets minimized into the container which is at the left. My problem is when i close the dialog , i also want to close it from ...
2
votes
0answers
26 views

Issue with a dialog and draggable Fullcalendar

I'm using a dialog box from jQuery UI and FullCalendar My dialog opens correctly, but when its over my calendar it is like the dialog gets integrated in the calender as a draggable object. I have a ...
0
votes
1answer
28 views

How can I remove a class from jQuery UI Dialog?

jQuery UI dialog has an option to add a class: http://api.jqueryui.com/dialog/#option-dialogClass Is there any way I can remove specific class from the dialog? Thanks.
2
votes
1answer
51 views

jQuery Append/Add Hidden div to jQuery Dialog

I'm trying to append/add a div element within my HTML file to a dialog box (which currently has some buttons). The div is hidden on page load with a CSS class 'hide' HTML DIV: <section> ...
0
votes
1answer
154 views

Responsive jQuery UI Dialog ( and a fix for maxWidth bug )

With many sites leveraging jQuery UI, there are some major shortcomings that have to be overcome because jQuery UI does not support responsive design and there's a longstanding bug when maxWidth is ...
0
votes
1answer
25 views

JQuery dialog display according to html

The JQuery $('#dialog').html(htmlContent) displays the html as dialog's body . I want to display it like twitter bootstrap modal approach . For ex: <div class="ui-dialog-titlebar ...
0
votes
0answers
227 views

jquery modal popup in mvc 4 is not working properly

I am using jquery dialog box in my application.On every product click ,i am displaying partial view as a modal popup.Modal popup contain two buttons i.e next product and previous product. On next ...
0
votes
1answer
58 views

using jquery dialog for java applet instead of windows.open with parameters

I'm struggling to figure out how to change my java applet to open inside a jquery dialog (if that's even possible). I have the following code to open up in a separate window: function launch(user, ...
0
votes
2answers
42 views

JQuery dialog restricting access to .js

I have a JQuery dialog box in which I am using JQuery datatable to display some data. In the datatable, I am displaying a Hyperlink with following code <a ...
0
votes
0answers
63 views

jQuery UI dialog - overlay's opacity not working in IE8

I am using the jquery ui dialog, works fine. Recently I added it to a very long and heavy page, and then in IE8 the overlay show as a solid color without the opacity. found this: ...
3
votes
1answer
142 views

jQuery Dialog box holding data after partial view refresh

I have a partial view that opens a dialog box for entering some data. Once the button is clicked, an Ajax call is performed to reset that partial view and another. When I step through the code, ...
0
votes
3answers
100 views

jquery and HTML placement

I am trying to play with jQuery UI, dialog in particular. First I tried the sample code and it works fine: <!doctype html> <html lang="en"> <head> <meta charset="utf-8"> ...
0
votes
1answer
51 views

jQueryUI modal dialog - dragging causes unexpected changes in position in Google Chrome

Chrome v. 26.0.1410.64 jQuery v. 1.7.1 jQueryUI v. latest web app is built using asp.net webforms What happens is that when the page is at it's top, dialog opens normally and everything works ...
-2
votes
1answer
41 views

Scrolling to the top inside of JQuery Dialog box

I have a JQuery Dialog box where a long form is in (with scrollbars). When I hit the save button, some messages are displayed at the top of the form. But the dialog is already scrolled down and the ...
0
votes
2answers
166 views

jQuery dialog from MVC4?

I am planning to use "Are sure ..." jquery dialog box. But control action is calling before popup the dialog box. index <ul class="dropdown-menu"> @{ @Html.TryPartial("_actions", ...
0
votes
1answer
33 views

Jquery dialog href variable not updating in buttons

I have a jquery dialog box with three buttons. When a user clicks on a link, I want to grab the href into a variable, prevent the link from executing, and show my dialog box with the options to Save, ...
0
votes
0answers
38 views

JQuery dialog 'data' error on close

I am using a jQuery dialog, when I close the dialog with the corner X, in IE8 I am getting the following JavaScript error - Microsoft JScript runtime error: 'data(...)' is null or not an object The ...
0
votes
1answer
41 views

Jquery Dialog is always transparent

My jquery dialog is transparent for some reason but it does show the fields for the partial view that I am loading. I'm not sure why it's doing this when I have another jquery dialog working fine. ...
0
votes
2answers
71 views

send json data from parent window to child window

I have a button in my jsp page.Whenever i click on that button i am opening a new window. I am calling a ajax call in parent window after that i am opening that new window.I want to use that ...
0
votes
0answers
53 views

Getting trouble with jQuery dialog box:Close function

I need to check whether user is logged-in or not in different cases like while clicked on contact button and while tries to vote up/down and while tries to write comment on a post.In all these cases ...
0
votes
1answer
29 views

jquery field name conflicts with jquery dialog box

I am creating separate jsp files to show in jquery dialog box. If I have one jsp page "parent.jsp". 'parent.jsp' has two child page for jquery dialog box. 'child1.jsp' and 'child2.jsp'. If child1.jsp ...
0
votes
1answer
21 views

Jquery UI Modal Dialog doesnt let scroll

I have a tall form in my dialog, and it has to be modal. Now when I try to scroll down, it doesnt let me. Have a look http://jsfiddle.net/JQWf4/61/ Irrelevant Code Below(stackoverflow asks for code ...
0
votes
1answer
89 views

How do I reload the page after an AJAX call is done with a dialog?

so I have a dialog UI with a form once a user click on a link it opens. Once they click "Add button" it create a AJAX call that submits the data into the database. What I need to add is reload() ...
0
votes
1answer
14 views

Is it bad practise to have a jquery dialog which opens another jquery dialog? [closed]

Hi I have a button which opens a jquery dialog where you create an Organisation. ie. You type in the name, Address etc and press save. There is another area where you can add people to the ...
3
votes
2answers
94 views

JQuery UI Dialog inside of an iframe

I'm developing a sp2013 app, which means it's using iframes. Specifically, it's a very large iframe which takes up most of the screen. At many points, I'm opening up jquery ui dialog windows. They are ...
1
vote
0answers
66 views

jquery ui dialog titlebar behaving erratically

I have a pretty standard HTML page that I'm trying to use the jQuery UI's dialog box on. I've used this dialog lots before and usually it couldn't be simpler. However, for some reason, I'm now having ...
0
votes
1answer
69 views

jQuery ui dialog add a help icon in the titlebar

I'll like to add a help icon in the title bar (right corner) using dialog ui. I started from the default dialog demo $('span.OK').click(function() { setTimeout(function(){ $( "#dialog" ...
0
votes
0answers
46 views

Issue with Datatables in jQuery Dialog in IE7

When I create a datatables table in a jQuery dialog, it initializes correctly and looks great in Firefox, Chrome, IE8, IE9, and IE10. Unfortunately, if it's viewed in IE7 or in IE9/IE10 Compatibility ...
0
votes
0answers
75 views

high z-index on element within jquery ui dialog fails to appear above dialog

I'm trying to put a custom dropdown into a div that I use as a jquery UI modal. The problem is that when the dropdown is revealed, it appears inside the modal—overflowing the modals height, giving the ...
0
votes
0answers
29 views

Page shifts when jQueryUI dialog is opened

I sometimes observed the page shifting when opening a dialog. <a class="myLink" href="javascript:void(0)">clickMe</a> $("a.myLink").click(function(e) {$("#myDialog").dialog("open");}); ...
0
votes
2answers
252 views

JQuery Dialog: Show Message in Dialog Box After Selecting Confirm Option

I am using the JQuery dialog UI to have users confirm an action on the page. If yes, an API call will be made and then window will redirect. If no, the dialog closes. Before the redirect, I'd ...
0
votes
1answer
422 views

how to submit a form after jquery dialog

I have a mvc4 web application a page with form @using (Html.BeginForm()) { @Html.ValidationSummary(true) <fieldset> <legend>News</legend> <div ...
-1
votes
1answer
85 views

save input in dialog and show in form on mainpage using cookies

I asked a question to set a cookie in an input field and show it on an inputfield on the mainepage. ...
0
votes
1answer
43 views

JQuery dialog positioning jumps down when position top is specified

I'm trying to get my jquery dialog position all the way on top of everything left corner. My dialog definition: $('#my_dialog').dialog({ autoOpen: false, resizable: false, draggable: false, ...
0
votes
1answer
70 views

CKEditor disables all jquery dialogs

I have a problem with ckeditor and jquery dialog window. I have a form in which I'm dragging a div to a sortable table. When dragging I'm cloneing the div and opening a jquery dialog which contains ...
1
vote
0answers
160 views

How to save the data from dialog box?

I have an accordion where the link of dialog box present, but when the dialog box open it didn't save the field and not redirecting, what's the issue? i tried a lot to figure out but didn't get any ...
0
votes
0answers
62 views

wordpress- use Jquery dialog box in a page

I would like to have a jquery dialog box pop up when clicked on a button on one of the wordpress pages which has static HTML. I am new to wordpress and quite not sure where to add the javascript to ...
0
votes
2answers
176 views

How to update the view in a jquery dialog using AJAX?

This is what contains my razor view by default, note that I'm using a AJAX link and below also is the controller method. <td class="questionText">@Ajax.ActionLink("some text", ...
0
votes
0answers
206 views

Text inputs in jquery ui dialog not responding to events

i have a form that i present it with jquery ui dialog. What i want to do is add AJAX validation in the text fields, by adding a call to a javascript function to the onChange event of every text input ...
0
votes
2answers
84 views

Navigating inside a jQuery dialog

I have a dialog with a button inside. When the button is clicked, I want the action to be rendered inside the same dialog (replacing the current content). Is that possible? For now, I have this code, ...
-1
votes
1answer
199 views

Jquery modal dialog interfereing a background form submit

Here is the jsfiddle .http://jsfiddle.net/KW5q2/ HTML: <div id="dialog"> <div class="level-item-container"> <p>this is a dialog </p> </div> ...
0
votes
1answer
323 views

Create multiple Jquery dialog box in asp.net

I am trying to create multiple dialog box and some how i am not able to understand how to create those dialog boxes. I have DIV's for each dialog box which has a message for every action. Basically ...
2
votes
1answer
83 views

Binding data to jquery dialog

I have an asp:datalist bound to a database. When the user clicks a button on one of the rows, a dialog needs to be shown where the user is prompted to enter additional information. This dialog needs ...
0
votes
2answers
80 views

How to catch ESC in event in JQuery Dialog?

Is it possible to have a custom handler for ESC key on the JQuery Dialog?
1
vote
2answers
238 views

how to close dialog on (X) close button click event?

My mobile website has some multiselect controls. The multiselect that have a little number of items (5) appears normally, like a multiselect (in mobile style/format), but those that have more items ...
0
votes
2answers
98 views

Buttons not showing up in jQuery dialog

I have a transaction edit jQuery dialog that pops up just fine when the correct button is clicked but the "Save" and "Cancel" buttons defined inside the dialog do not show up. The HTML for the dialog ...
0
votes
0answers
100 views

jQuery UI Dialog: Maintain within window

I have several dialogs that I want to function the same way. I create an empty dialog, load the dialog with various content via ajax depending on which buttons are clicked, and then open the dialog. ...
-1
votes
1answer
31 views

Jquery ui dialog follow-up [closed]

concerning this question, positioning a jquery dialog that is inside an iframe realtive to the parent window which file will i edit? to find the pTop and etc.? i am using ...
0
votes
1answer
60 views

jquery modal — well that's ugly, what's wrong with my modal?

I created a quick modal dialog window and when I open it in FireFox, there's a non-faded band that goes right across the screen (see ). This doesn't happen in Chrome. Any idea what's going on? ...

1 2 3 4 5 7