Skip to main content

All Questions

1 vote
1 answer
763 views

Changing Jquery UI Dialog Button to a form submit button

I'm trying to use one of the Jquery-ui Dialog buttons as a form submit button. I want to use the submit button because it triggers HTML5's form validations where form.submit() would not. Currently, I'...
Soujirou's user avatar
  • 109
0 votes
1 answer
1k views

Jquery-ui Tabs Open dialog box on tab click (stop code)

This is my code. I am trying to stop the clicked tab from loading until i get a response from the dialog box. Also if i click cancel, i wan to return to the previously selected tab. currently the way ...
Micah Caffrey's user avatar
2 votes
2 answers
3k views

Jquery modal not working properly

I am trying to use jquery ui modal but it doesnot working as my needs ie, i want to show the data only inside the modal but here it shows before i clicking the button . function pop_up() { var ...
sooraj s pillai's user avatar
0 votes
0 answers
198 views

How do I manually close a jquery-dialog?

This is my pop up: I make a popup with javascript but I dont know how to close it, I already make a close button like this [x], but I want make another close button when user click "no" ...
pahlevi's user avatar
  • 19
1 vote
1 answer
910 views

jQuery-ui dialog don't show on click event

My jQuery-ui dialog don't show when clicking on a submit button html : <input id="pdfsub" type="button" name="pdfsub" value="PDF"> Javascript $(document).ready(function() { $("#...
user avatar
0 votes
1 answer
262 views

Open Jquery-ui dialog in another <script> tag

is it possible to initialize and open the jquery-ui dialog in a different "script" tag , like this : Specification : Working with EJS (Nodejs express templates) <script> $(document)....
user avatar
0 votes
1 answer
1k views

Initializing and opening Jquery-ui dialog

i'm trying to load a jquery-ui dialog when the page loaded .the page content is loading but the dialog doesn't show. <script> $(document).ready(function() { $("#loginfailed")....
user avatar
0 votes
1 answer
244 views

Can not open jQuery UI dialog multiple times - test case included

I have prepared a simple test case demonstrating my problem - I use a jQuery UI button to open a jQuery UI dialog: However this works only once. On subsequent button clicks I get the error: ...
Alexander Farber's user avatar
1 vote
1 answer
1k views

jQuery UI setting absolute dialog position does nothing

I want to set the absolute position (x and y) of a jQuery UI (1.12.1) dialog. By all accounts I should be able to do that like so (although the jQuery docs inexplicably do not mention this syntax, ...
Jason C's user avatar
  • 39.8k
1 vote
1 answer
458 views

jQuery $.ajax and jQuery UI dialog: Uncaught TypeError: Illegal invocation?

I am trying to send an AJAX request when I click a jQuery UI dialog Save button and this is how I am doing it: $(function () { var comment_dlg = $('#add_comment_dialog'); var quote_id = $('#...
ReynierPM's user avatar
  • 18.4k
3 votes
2 answers
746 views

Mysterious mouse event closes jQuery UI dialog

This is obviously a SSCCE. So we are tasked with writing the front-end of a missile launch control system. We opt for a Spartan layout given that this is deadly serious: just a text input box and a ...
Marcus Junius Brutus's user avatar
3 votes
1 answer
1k views

create a new node in jstree using jquery dialog

I want to create a node in the jstree grid, when clicking create i want to popup a jquery dialog box in which i want to enter the node name and save it. How to implement jquery dialog popup with ...
Neege's user avatar
  • 33
0 votes
1 answer
261 views

JQueryUI Dialog: 'auto' width does not consider vertical scrollbar

I have a JQueryUI Dialog with the width property as 'auto'. Everything works fine except in cases where the content extends beyond the dialog's height: A vertical scrollbar appears (as is intended), ...
Sebastianb's user avatar
  • 2,040
1 vote
1 answer
339 views

How to use jQuery dialog() instead of confirm() from within C# code?

I am a Frontenddeveloper without further knowledge of C#, so please excuse my maybe stupid question. I am currently trying to use jQuery UI Dialog to replace the common JavaScript alert() and confirm()...
JonSnow's user avatar
  • 319
1 vote
0 answers
89 views

Why server side code is not firing from JQuery dialog in ASP.net?

I am using Jquery-ui version v1.12.1 I have a button in my form. Once it click, that will make a jquery-ui dialog box. Then I have a one textbox and one asp:button. when user click the button, it'...
mohamed faisal's user avatar

15 30 50 per page
1
2
3 4 5
25