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

learn more… | top users | synonyms

1
vote
2answers
17 views

Remove jQuery UI Dialog Button border/outline

Which class do I need to modify/change to remove the outline of a JQuery UI Dialog Button. I can't seem to figure out which class is applying the border/outline around the 'X' button. The outline ...
0
votes
1answer
10 views

django admin jQueryUI dialog

Well, I have a django admin site project and I want to add a simple dialog on one of my change_form template. I add the following code: Open button that will open the dialog: <button ...
0
votes
0answers
17 views

jQuery popup dialog opening reloads another dialog

After Ajax request I write the result in myDialog and open the dialog. When closing myDialog a waitDialog is shown. But after update to jQuery 1.9.1 now the contents of the myDialog are reloaded when ...
0
votes
0answers
36 views

jQuery UI MultiSelect Widget search filter not receiving focus when in a jQuery dialog,

please copy and paste the code below into a blank document and save it as e.g. multiselect-widget-example.htm and then open it in your browser to test the issue I'm experiencing. Please remember ...
0
votes
0answers
7 views

jQuery UI dialog-confirm does no pass form submit button value

I have two submit buttons in POST method <button type="submit" value="Update" name="upd" id="upd" >Save changes</button> <button type="submit" value="Process" ...
0
votes
1answer
19 views

jQuery UI specific use. Which .js to download?

I am looking to test Widgets -> Dialog -> Modal Confirmation. jquery-ui.js is heavy to load just for a specific use. From JQ UI site I downloaded a folder containing lots of small .js files I guess ...
0
votes
1answer
26 views

jQuery UI Dialog Does Not Pop [closed]

I am trying to utilize jQuery UI Dialog but it does not Pop Up. Can you please let me know why? HTML: <a href="javascript:void(0)" id="login" target="_top" class="label"> ...
0
votes
0answers
11 views

Struts Jquery plugin dialog removes div

Hey all I am currently having issues with my Jquery Dialog function. The first time I open the dialog box everything is cool. However, once I close my dialog box and open it again, the dialog is empty ...
2
votes
1answer
33 views

Does the order of jQueryUI Dialogs make a difference (maybe just with TinyMCE)?

In the script below (live example is located at http://jsbin.com/aliket/1/ with source code located at http://jsbin.com/aliket/1/edit), I created two dialogs, where one (#dialog2) is a child within ...
0
votes
0answers
55 views

jQuery dialog issues

We have an application that has a very large Administration piece. We are using jQuery dialogs on a few of the pages that contain cascading dropdowns (data driven using ajax\json) and jQuery date ...
1
vote
3answers
29 views

Display jQuery dialog onSubmit while HTML form is processing

I have an HTML form that allows a user to add an attachment up to X MB. Because connection speeds for users vary, I would like to show a dialog that says something along the lines of "Your request is ...
0
votes
1answer
39 views

Jquery Ui Dialog Does not open

Ive got a ASP.NET page that has a link that opens a dialog window "edit appointment", which works fine function editAppointment(event) { $("#editAppointment") ...
0
votes
1answer
74 views

Jquery does not work only in one page [closed]

I have a page that does not show the jquery dialog I've coded. Other pages with the same jquery works smoothly except for that one page. Here is the code: <script> $(function () { ...
1
vote
0answers
24 views

jQuery UI dialog closes on enter

When I open a jQuery UI Dialog widget and the content in the dialog contains a textbox the dialog automatically closes when I press enter. This seems to happen only when using IE9 or IE10. I do not ...
0
votes
2answers
60 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
63 views

Jquery Modal Dialog does not load a page

I have an html page which has below html content <div id="divBody"> <input type="text" id="txtUrl" value="http://www.google.com" /> <br /> <input type="button" ...
0
votes
1answer
68 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({ ...
1
vote
1answer
89 views

Ready function called multiple times on click

I am using the following code to convert unoredered html list into a select drop down list: jQuery(document).ready( function($) { //build dropdown - main navigation $("<select ...
0
votes
2answers
32 views

jQuery UI modal dialog background doesn't darken bottom of page background when scrollbars are present

I have a jQuery UI modal dialog on http://www.citizenshipworks.org/ that appears when you click on the Go button to the right of 'Enter your mobile number to receive text alerts'. (You may leave the ...
0
votes
1answer
70 views

Display highchart tooltip using Jquery ui dialog

I want to display values of multiple text areas as tooltip for various points in a highchart graph.On button click a dialog box will open containing text areas.on clicking OK button these inputs will ...
0
votes
1answer
49 views

Jquery UI dialog not working with Gmap in Ipad

So weird this bug... My site is https://www.merchantsbar.com/index.php If you click "contact" at bottom of the page, or "sign up" on left, a jquery ui dialog shd popup. It works for all browsers I ...
0
votes
1answer
72 views

call asp.net onClick method from jquery dialog button

Here's my admin.aspx.cs file anchor tag that passes the cID value. string l = ""; while (dr.Read()) //sqldatareader { l += "<li class='icon-del' >"; l += "<a ...
0
votes
0answers
106 views

jQuery UI: modal dialog focus bug?

I am trying to create a modal dialog box that has a vertical scroll for content that overflows. For demo purposes, this dialog box contains an anchor and a bunch of divs (to overflow). Here is my ...
-3
votes
1answer
43 views

jQuery UI dialog open

I'm trying to open a dialog window from code. The internet says to use $("#dialog").dialog("open"); but for some reason this isn't working. $( "#draggable" ).draggable({ connectToSortable: ...
0
votes
0answers
12 views

Buggy Aviary implementation within a JqueryUI dialog

I'm trying to use the Aviary photo editing library in a large web application. When I implement the Aviary editor on any of the pages it works perfectly fine. When I implement it within a jQueryUI ...
0
votes
2answers
39 views

Autocomplete not working in Dialog

Hi I have an AutoComplete on an input field. It works fine when caled from a html view but when called using a Dialog, the dropdown list does not appears. The data appears in the dropdown if I use up ...
1
vote
1answer
197 views

Dynamically Take input from text-areas in a jquery ui custom pop up box for Tooltip in highcharts

I want to take 12 inputs from the user using 12 text-areas.These text-areas should be displayed inside a jquery ui custom pop up dialog box.This pop up dialog box should be visible only on button ...
0
votes
0answers
40 views

How to use xupload yii extension

I want to use upload multiple with xupload extension, but didn't work my code? this Configuration config.php 'aliases' => array( //If you used composer your path should be ...
1
vote
1answer
33 views

Generating jQuery dialog buttons from an array of values

I'm trying to dynamically create a jQuery UI dialog with buttons derived from the array passed to the function, and then pass the key of the selected button to the next function on the button click, ...
1
vote
0answers
56 views

why does jquery dialog() auto height, width fail?

I am using some jquery pop up dialogure var div = $('#mditem_temp'); var dlg = $(div).html(data).dialog({ height: 'auto', width: 'auto', ...
-1
votes
2answers
31 views

Sequential dialog execution in JQuery

I'm trying to use a JQuery Dialog to confirm the removing of different records from different tables, so it's a div that is being referenced from different places in the code (reusing dialog to ...
0
votes
1answer
278 views

Jquery Validation Plugin not working in Jquery ui custom dialog box

I am using validate.js library given on this link http://jzaefferer.github.io/jquery-validation/jquery.validate.js to validate the text fields of pop-up form made using Jquery custom dialog box. ...
0
votes
1answer
91 views

jQuery Validate on form that is destroyed/recreated with Knockout

I have a form that is within a jQuery UI dialog that is created and destroyed every time I open and close the dialog (as part of a knockout custom binding). The problem is that jQuery validation ...
1
vote
2answers
170 views

JQuery Modal Dialog with drop-down list and textarea embedded

I'm new to jQuery so forgive me if this is an easy question. I am trying to create a dialog box, from an onClick event, that comprises of: 1) A drop down list 2) A text area (height possibly 300px) ...
1
vote
1answer
76 views

Print Second set of values using function call in Jquery custom ui dialog

I am using a jquery custom dialog box to print a set of values on a webpage.User clicks on a button and enters a set of five values in a custom dialog box and then these values are printed on the ...
0
votes
1answer
72 views

get the current tab in jQuery UI tabs

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 ...
0
votes
2answers
55 views

jquery modal duplication on single ajax page dashboard

I have an issue where I have 5 jquery dialog in a certain ajax request. This page doesn't reload, and relies entirely on ajax. Once this certain ajax request loads with the 5 dialogs, they are ...
0
votes
1answer
165 views

How to print values inserted using a custom dialog box

I have made a custom jqury-Ui dialog box.I want the dialog box to be called 12 times i.e. it should take input of 12 values and each value should be printed in a different box.The boxes should be ...
0
votes
0answers
197 views

MVC: Load PartialView Ajax form in JQuery UI Dialog

I have suceeded in loading a partialview made of an Ajax form in Jquery Dialog. The ajax form is similar to this @using (Ajax.BeginForm("AjaxViewModel", "Home", new AjaxOptions { UpdateTargetId = ...
0
votes
1answer
63 views

Force jQuery UI dialog to show scroll bars

I'm using jQuery UI dialog boxes on my site to show pop-up forms. The forms tend to be longer than the modal box, so there is vertical scrolling involved. When I scroll with my trackpad or ...
0
votes
2answers
169 views

How to display Custom Dialog box on button click

I want my custom dialog box to load on button click but that's not happening.I am using the dialog box on this webpage. http://jqueryui.com/dialog/#default here is my code.. function click(){ ...
0
votes
0answers
94 views

Jquery UI Dialog + .ajax()

I have a PHP page(grid.php) that is loaded in a main page via jquery.load (main.html) by way of menus. That grid.php has a link that pops a jquery ui dialog. It has a dropdown box whose value i need ...
0
votes
1answer
33 views

jquery ui dialogue stacks

How can I stack dynamically generated ui dialogues on right corner of screen. something like notify .Notify just adds text description and I need to display something like form in window. Objective ...
0
votes
2answers
81 views

Dialog was hidden behind overlay when Modal: true on Jquery Dialog in ASP.net

I am developing some Jquery dialog and found the dialog was hidden when I set Modal: true. When setting Modal: false, I found everything works as expected. Hope someone can help me. <asp:Button ...
0
votes
1answer
57 views

jQuery UI dialog bug when dialog is resized then closed pushing X on IE9

I am creating a new jQuery UI dialog and then resizing it to a higher height. When I click the close button (X), the dialog moves up to the top of the screen instead of closing itself. This occurs ...
0
votes
1answer
43 views

moving a jquery dialog button to the left

I am trying to get one of the buttons in my group of jquery dialog buttons to display on the left. But I think this is impossible because jquery wraps the button group in a . I've tried adding ...
0
votes
0answers
38 views

jQuery modal will not close in IE7

I have added two links inside the dialog box which when clicked I would like to close the modal. This works fine in all browsers so far except IE7. Here is the code to close: function idConfirm(){ ...
0
votes
0answers
46 views

JqueryUI Dialog from AJAX - can't destroy dialog completely

I'm creating a dialog from an ajax call - the dialog opens perfectly and the first time everything is working like a charm, submitting a form in the dialog. After saving the formdata, I use ...
0
votes
1answer
34 views

How to disable a update button in the jquery dialog

this is my full calendar.when i cick the full calendar in a particular event dialog screen will open. this is my script: var date = new Date(); var d = date.getDate(); var m = ...
1
vote
1answer
66 views

How to keep the Jquery Dialog open?

A Dialog is opened after clicking an icon from the 1.cshtml page. If I click another link in the 1.cshtml page, the Dialog disappear. How to keep it open? 1.cshtml code related to name-dialog ...

1 2 3 4 5 27