Skip to main content

Questions tagged [jquery-ui-dialog]

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

0 votes
0 answers
20 views

Table data in jQuery Dialog not refreshed after Spring webflow form submit

We are migrating out old web application from Java 7 to java 8 including JQuery 1.4.2 to JQuery 3.5.1. Current problem is after submitting the form using Spring webflow the table in the page is loaded ...
Sathesh S's user avatar
  • 1,303
0 votes
0 answers
51 views

Jquery Dialog Modal:true not working as expected

I am upgrading the jQuery UI version in my project from 1.8.9 to 1.13.2. After upgrading I noticed that the modal is not working as expected. It is not overlaying properly and all the elements behind ...
magi's user avatar
  • 1
0 votes
2 answers
142 views

$(this) not set in the jQuery UI dialog "open" option

At the bottom of a word game there are 4 buttons, which open jQuery UI dialogs with certain words from the game dictionary: I am trying to simplify the game code by creating the following function: //...
Alexander Farber's user avatar
0 votes
0 answers
37 views

javascript cannot call methods on dialog prior to initialization attempted to call method 'option' in jquery 1.8.3

I have a problem in opening dialog using, it keeps returning error : javascript cannot call methods on dialog prior to initialization attempted to call method 'option' in jquery 1.8.3 Following is ...
harith's user avatar
  • 1
0 votes
1 answer
92 views

JQUERY UI Dialog Box Success Function Is Not Working...Executing But Not Working

I am trying to convert the ugly dialog confirmation box to the JQUERY UI.....The confirmation box works.....when I convert it over to the dialogue....it's working....in that I am getting a dialog box.....
Steve Smith's user avatar
  • 1,065
0 votes
1 answer
183 views

How do I change dynamically the text on the button on Jquery Dialog on server side/code behind vb.net

May I ask for help, I need to change the text of the button of Jquery Dialog from code behind, how can I do this? I know I can just set the button text from the Javascript but depending on the message ...
Ann's user avatar
  • 99
0 votes
1 answer
65 views

JavaScript doesn't apply on jQuery UI dialog

$("input, select, textarea") .addClass("ui-widget ui-widget-content ui-corner-all") .css({ padding: ".2rem .5rem" }); So, I use the ...
Ward Verduyn's user avatar
1 vote
2 answers
466 views

jquery.ui dialog button with a icon

I am looking to have a button from a jquery.ui with a icon. My preferance is fontawsone, but I suppose bootstrap ones are ok. So, say this markup: <asp:Button ID="cmdTest" runat=&...
Albert D. Kallal's user avatar
0 votes
0 answers
49 views

Box with explanatory note not showing correctly when word is clicked

I am trying to implement a feature on my website allowing users to trigger a pop-up box with an explanatory note when they click on specific words in the text. In this question I found a nice example ...
Martrin's user avatar
0 votes
1 answer
58 views

Freeze jQuery UI Dialog box titlebar while scrolling

I have a jQuery dialog box with content that drags out of the dialog (using jQuery draggable plugin) and onto the page. I had to change the css from "display:block" to "display:inline;&...
Eliza's user avatar
  • 1
0 votes
0 answers
100 views

Why does the jquery-ui-dialog close-function doesnt work with this button call?

I have this following code where buttons with the value "Add" are added. Now i wanted that these buttons close the dialog window. So i made an onClick attribute and linked it with the hey-...
Tim's user avatar
  • 3
0 votes
0 answers
25 views

Jquery dialog big white x for close style

How can I make the close button for a jquery dialog modal bigger and white like this White Close image I've tried taking out the image url and using other styles but to no avail going to try to modify ...
CPerddy's user avatar
2 votes
1 answer
330 views

Position jQuery dialog center on mobile device issue

I use the jQuery dialog with position: fixed on my website. On PC this dialog has the center position by default. On mobile device, it sets the position to the top left. I tried different methods but ...
Hunter91151's user avatar
0 votes
0 answers
46 views

Jquery dialog text doesn't read html when generated from code behind

In our project we are calling dialog boxes two ways. For the ones with static text and buttons we generate the dialog in a script and get the text from hidden spans in front-end. When using html ...
thokin's user avatar
  • 5
0 votes
1 answer
53 views

Why are the changes immediately reset when a dialog window is opened?

I want to open a dialog that loads the code of another page. This works so far. Now I want to set a select of the loaded dialog to one of its options and then disable (lock) it. But every change I ...
Tim's user avatar
  • 3

15 30 50 per page
1
2 3 4 5
149