Skip to main content

All Questions

2 votes
1 answer
943 views

Knockout bindings when using Jquery load to fill a jquery ui dialog

I'm sure I'm fundamentally misunderstanding something here but can't for the life of me work it out. I'm using a jquery ui dialog to create a form popup. The view for the form is in a separate file ...
Andy's user avatar
  • 25
1 vote
0 answers
249 views

Jquery UI Dialog not centered vertically

Question about Jquery UI Dialog. Got function: function showOrderDetails(orderId) { $("#orderDetailsDiv").dialog(); } Function is called like this: <a href="javascript:showOrderDetails(...
alxexandr pavlov's user avatar
0 votes
0 answers
468 views

Can't use select input x-editable on jQueryUI Dialog with Firefox

I have a x-editable select input on a jQueryUI dialog. When clicked, however, it doesn't allow it to be changed when rendered with Firefox (yet works with Chrome and IE). If you close the dialog, I ...
user1032531's user avatar
  • 25.9k
0 votes
1 answer
1k views

how do you open a jquery ui dialog window in parent/opener window?

I am trying to get a jquery ui dialog to open in a parent window from a child window. In other words, as the child can only have the dialog popup only with in its window's constraints, I would like ...
Matthew Dewell's user avatar
0 votes
1 answer
177 views

jQuery UI dialog not appearing Squarespace adblock detect

I have created an AdBlock detector, and my jQuery dialog does not seem to be working. Note: the "adblock" variable is already referenced. Also, I am using Squarespace, which is why I had to add the ...
jscoder's user avatar
2 votes
1 answer
50 views

jQuery draggable position unchanged

I have four draggables next to each other and I want it to be so that once a draggable is remove from the list, the rest would stay in place. <div class="draggables"> <div ...
Gabby_987's user avatar
  • 201
1 vote
3 answers
87 views

jQuery dialog: How to remove added but unsaved items on close

I have a jQuery Dialog popup in which I can review and add items to the existing content. The new content is being saved as soon as I click the SAVE-Button. <div id="container"> <ul> ...
JonSnow's user avatar
  • 319
5 votes
1 answer
30k views

Uncaught TypeError: $(…).on is not a function

I am using JQuery UI dialog on my page and getting this error <!DOCTYPE html> <html> <head> <meta charset="utf-8" /> <title>Test</title> <script ...
Coding Duchess's user avatar
0 votes
0 answers
810 views

Jquery dialog issue in IE11

I have this piece of code to open a popup using jquery UI. $('#myId').dialog({ autoopen:false, height:"550", width:"90%", closeOnEscape:true, modal:true, show:{ effect:"...
Jayababu's user avatar
  • 1,621
1 vote
1 answer
67 views

jQuery Dialog showing input item

I have two boxes, "box1" contains listed items (text) and "box2" is empty. The objective is that the user can drag the items from box1 to box2, then press a button to register to open a dialog box. I ...
Kasper's user avatar
  • 13
0 votes
2 answers
848 views

How do I move the close button on a jQuery UI dialog box?

I'd like to move the close button in the top right hand corner of the UI Titlebar away from the actual titlebar. I've looked through the documentation and through other SO questions but can't find the ...
scottdavidwalker's user avatar
1 vote
1 answer
258 views

JQueryUI Submit button found in dialog box only works after second time opening the dialog

I have a dialog box which opens when I double click on the draggable element. It's purpose is to append an IP address underneath the image: It works fine but only after I close the dialog box and ...
Manisha Singh Sanoo's user avatar
0 votes
2 answers
3k views

Is possible to make Jquery Dialog responsive?

Is it possible to make Jquery UI Dialog responsive? I want that the size of my Dialog is calculated automatically in relation with the size of the screen and the content of the Dialog box. How is ...
zgrizzly_7's user avatar
0 votes
1 answer
809 views

Jquery ui datepicker not working properly in second Dialog

i'd appreciate your help with this one. I've been searching for a fix for hours now and I just can't get it to work. I have two files "editor.php" and "functions.php". So I got this Jquery UI ...
Charly H's user avatar
  • 147
0 votes
1 answer
2k views

Apply bootstrap theme on jQuery dialog plugin?

I'm using bootstrap as UI library for my website. <link href="bootstrap.min.css" rel="stylesheet"> In the website I used jQuery dialog plugin. Is it possible to apply bootstrap style on the ...
F. Fo's user avatar
  • 123
1 vote
2 answers
264 views

DialogBox code Master Page

I have an asp.net application and in Right-Top corner I want to show "Contact Us" link. On click of this link button, a popup should open and rest area should be greyed out. Now, to show Contact US ...
user1630575's user avatar
0 votes
1 answer
610 views

jquery-UI Dialog resize issue

I'm trying to create a "docked" dialog using jquery-ui dialog, and I'm having some issues resizing it. I have docked it using css when the dialog opens to give it fixed position and appropriate ...
user1606818's user avatar
3 votes
2 answers
308 views

How can I get value of the button id from jquery ui dialog when user click?

I want to create a jQuery UI dialog dynamically. Number of buttons in dialog depend on my JSON data. I need the button id when user click on it. var deviceInfo = { "devices": [{ "...
labu4bd's user avatar
  • 703
1 vote
1 answer
3k views

How to change the jquery ui dialog button/background color using API?

I am using the jquery ui dialog. I have looked at How to change the jquery ui dialog button color? but it looks they this user is taking a different approach. I am using the dialog buttons option. ...
Chris Bolton's user avatar
  • 2,282
2 votes
1 answer
560 views

No jumping drag/resize Dialog in scrolled window/area?

How to normal resize & drag UI Dialog in scrolled window/area? Is top/left correction of Dialog really necessary? (how to correct coordinates that both works) How about fixing Dialog? What ...
Kaster's user avatar
  • 87
0 votes
1 answer
687 views

JQuery dialog not working after first show

I used JQuery dialog in my project for showing menu of restaurant to user. also when user sets count of foods its displays the price of order. all of this happening into dialog. so user takes its ...
hossein ahmadi's user avatar
0 votes
1 answer
365 views

open jquery dialog multiple times with same html

I have one button, on click of that button it open a Jquery ui dialog which has div inside, after that if i click on same button it should open same dialog with same div again while previous dialog ...
Nishant Kumar's user avatar
0 votes
0 answers
267 views

jQueryUI Datepicker on Dialog: OK on window scroll, not OK on dialog scroll

I have the following example here http://jsfiddle.net/209t0drp/ where a datepicker is used on a dialog. Both, the page and the dialog, have a scroll. Using some examples here on stackoverflow, I ...
leoinfo's user avatar
  • 8,090
0 votes
0 answers
104 views

jquery dialog box does not close when clicks on X icon on the first attempt in IE

In IE browser,on click on title bar/close icon dialog is getting resized and after this when clicks on close icon,close event get fired. Code is working in FF and chrome.I am using jquery UI v1.10.4 ...
Swati's user avatar
  • 105
0 votes
0 answers
44 views

Dynamic Jquery UI Dialog Not Working In IE

I've written a function that dynamically creates Jquery UI dialogs that looks like this. /* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++...
Kellen Stuart's user avatar
1 vote
3 answers
2k views

jQuery UI dialog content is showing up in page itself

I have jQuery UI dialog in my application and button click will open this jQuery UI dialog content define in Diag div. I have also other control on the same page like asp.net dropdown list. Problem I ...
LilRazi's user avatar
  • 738
-2 votes
1 answer
115 views

How can I control where a jquery-ui Dialog displays?

Here's what I'm doing: 1) Add a "hide" CSS class: .hide { visibility: hidden; display: none; } 2) Add some HTML to where the Dialog should display, hiding it by default, such as: <div ...
B. Clay Shannon-B. Crow Raven's user avatar
1 vote
1 answer
429 views

Access jQueryUI Dialog buttons upon creation

How do I access jQueryUI Dialog buttons upon creation and get their size? As a workaround, I could do so when it is opened. http://jsfiddle.net/1ueho4tq/ var $button1; var dialog = $('#dialog')....
user1032531's user avatar
  • 25.9k
0 votes
1 answer
38 views

how to make SELECT tag selectable when outside of an active jquery dialog firefox

http://jsfiddle.net/7fu8rc0c/1/ I don't understand why if you can click the select tag, it does not show the options when the jquery ui dialog is active. Only modification is to css to remove overlay ...
tjl's user avatar
  • 68
3 votes
1 answer
4k views

DataTables 'Copy to Clipboard' (HTML5) button not working with jQuery UI Dialog widget

I'm using: jQuery v1.11.3 jQuery UI for Dialog widget, v1.11.4 Via CDN, v1.10.9 and v1.0.3, respectively, of DataTables and the DataTables Button extension. On the page, I have a jQuery UI Dialog ...
user3621633's user avatar
  • 1,701

15 30 50 per page
1
3 4
5
6 7
47