Skip to main content

All Questions

Tagged with
0 votes
1 answer
88 views

jquery dialog window opens with datepicker text already focused

I know this is a tough one to understand.... I have a button that opens a dialog window. The buildPurchaseOrder url is just a form. $('#poDialog').dialog({ width:1000, height:1000,...
bart2puck's user avatar
  • 2,524
-1 votes
1 answer
53 views

Generic jqueryui dialog

I have a number of places in my website where I have a jqueryui dialog. In many cases the jquery code is almost identical. Typical differences are for title, width, and height. The dialog is attached ...
Jeffrey Simon's user avatar
2 votes
1 answer
303 views

When jquery-ui dialog is open, unable to set focus or enter text in a <div> outside the dialog

I have a search box which should be accessible even when the jQuery-ui dialog is open. This was working when I used jQuery-ui 1.11.4 version. After updating it to jQuery 1.13.1 version, I have started ...
Karthik's user avatar
  • 222
0 votes
1 answer
46 views

Pass dialog title variable in jQuery Dialog

I need to pass the title of the jQuery dialog variably. I am trying to use the "data" property like this: jQuery( "#dialog" ).data( 'the_title', 'John Doe Dialog' ).dialog( "...
karlosuccess's user avatar
0 votes
1 answer
43 views

How can I close a JQuery dialog using a pre-defined function?

I want to make my dialog close after the following function: function decide(category, choice, price, bool) { data.push([category, choice, price, earn]); } I have tried playing around with JQuery's ...
LitFishie121's user avatar
0 votes
1 answer
163 views

JQ UI Dialog Position Default not the same Desktop to Mobile

I have a page that has table with a lot of data and in several place embedded buttons in some columns that bring up dialog boxes for the user to interact with the data on that row. On the a desktop ...
davewhirlwind's user avatar
0 votes
1 answer
41 views

JQuery UI Dialog Stacking Order With a Regular Div

I have a menu bar at the top of my page with dropdown links. I also have a draggable JQuery Dialog window with some contents. Problem is I do not want the dialog window to obstuct the menubar and ...
Wojtek's user avatar
  • 1
0 votes
1 answer
482 views

.ui-dialog button.ui-button.ui-state-hover .ui-button-text{color:black} to jquery

I was trying all day long without success to convert CSS to jQuery. CSS code : .ui-dialog button.ui-button.ui-state-hover .ui-button-text{color:black} I thought it could be something like this. ...
pibolito's user avatar
0 votes
1 answer
244 views

IFrame in jQuery UI dialog sometimes doesn't load content in Chrome until dialog is moved or resized (but works in FF and Edge)

This is a truly odd one. I have a site which makes heavy use of jQuery UI dialogs to then show an iframe. The iframe loads content from the site itself, so there are no origin issues. Works ...
Richard's user avatar
  • 2,012
0 votes
1 answer
275 views

How to respect Content Security Policy when using JQuery UI dialog Widget?

I'm setting up CSP directives on an existing project that uses the JQuery UI dialog widget (https://api.jqueryui.com/dialog/). Using CSP, I do not want to allow the use of inline style. Unfortunately, ...
Andriy's user avatar
  • 1
0 votes
1 answer
410 views

Dynamic jQuery UI dialog callback function problems

I am having issues using the jQuery UI dialog modal, and trying to pass in a dynamic name/value to be used as the callback function to execute (as well as arguments) I have a function that calls the ...
whispers's user avatar
  • 962
0 votes
1 answer
172 views

Multiple dialog function inside loop

i try to make a multiple dialog form from some data in the database but when i clicked the button, the dialog form not showed i use PHP increment numeric to differentiate the attribute id then i use ...
Iqbal's user avatar
  • 3
0 votes
1 answer
145 views

jquery ui contextmenu won't attach to dialog

I'm using jquery ui contextmenus ... easy to use ... except when I try to attach them to a dialog. Then nothing happens. What follows is a small program to illustrate the problem. I have a button ...
GeoffRussell's user avatar
0 votes
3 answers
617 views

Dynamically bind error message along with a icon to a single jQuery dialog

I have created a global jQuery dialog to display all error messages in the application. I am able to bind the error message to the dialog, however I am unable to show the icon along with. For sake of ...
subhrendu's user avatar
  • 157
0 votes
2 answers
32 views

jQuery dialod change title from many 'a' does not work

I get title of each a element, but I can't put it to #dialog title. It works only for the first a element, next elements does not work. It's a small gallery, on click in popup dialog I see a big ...
boniq's user avatar
  • 21

15 30 50 per page
1
2 3 4 5
33