2,222 questions
0
votes
0
answers
25
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 ...
0
votes
0
answers
63
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 ...
0
votes
2
answers
207
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:
//...
0
votes
0
answers
43
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 ...
0
votes
1
answer
133
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.....
0
votes
1
answer
218
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 ...
0
votes
1
answer
73
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 ...
1
vote
2
answers
637
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=&...
0
votes
0
answers
53
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 ...
0
votes
1
answer
65
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;&...
0
votes
0
answers
101
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-...
0
votes
0
answers
26
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 ...
2
votes
1
answer
400
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 ...
0
votes
0
answers
49
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 ...
0
votes
1
answer
61
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 ...