Skip to main content

All Questions

Tagged with
0 votes
0 answers
29 views

Dynamically inserted html() elements are not click() event functional, non-interactive [duplicate]

I am using jquery-ui dialog to display editable page data and mostly works well except for the page delete process to reload the updated navigation elements. The process occurs in the AJAX success ...
Nadal's user avatar
  • 105
0 votes
1 answer
43 views

How to Prevent Jquery UI dragSelect when any modal is open

I need open a modal on a page where JQuery UI dragSelect is implemented I want to stop dragSelect when the modal is visible when I click on modal items are selecting in the background. searched in the ...
Hardik Desai's user avatar
0 votes
1 answer
14 views

Open a jQuery Modal Dialog when another closes

I open a jQuery Modal Dialog. I open a second Modal Dialog after the first one closes. When the second one closes I cannot interact with my page any more. Seems that there is some modal dialog still ...
Mario Nunes's user avatar
0 votes
2 answers
268 views

Unable to close jQuery UI Dialog when clicking outside

I want to set the dialog box to close when clicking outside of it but every approach I've tried doesn't work. I think that the problems occurs because the element that triggers the dialog doesn't ...
RedYoel's user avatar
  • 313
0 votes
1 answer
47 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
56 views

Multiple functional modals active on a single page

I'm working on this webpage for a static site and my goal is to be able have multiple modals open at once. So far, I've gotten it where I want it, but I ran into some hiccups. My main challenges are: ...
puncushion's user avatar
-1 votes
1 answer
87 views

JQuery3 Dialog inside of an iframe position

I'm trying to open a dialog inside an iframe. When I set position as: position: { my: 'center', at: 'center', of: window } It refers to the window of the iframe. And that requires me to scroll ...
tha's user avatar
  • 56
3 votes
1 answer
2k views

Blazor draggable/resizable modal bootstrap dialog

I've got a nice implementation of, curtesy of Kyle, for a Blazor component for a bootstrap modal dialog here: How to use Bootstrap modal in Blazor client app? But I would like to extend this solution ...
David Regan's user avatar
2 votes
1 answer
596 views

How to put a Modal Box inside of a DataTable using Jquery ui

I'm trying to figure out how to implement a Modal Box popup in DataTables but I'm having a bunch of trouble with it. I basically copied the example code given from https://datatables.net/extensions/...
Maze's user avatar
  • 398
0 votes
0 answers
163 views

CKEditor inline plugin confirmation dialog before save

In my project, we make ckeditor inline editing like this. After finishing my edit, I click out to save my modification. then the event blur is fired, editor instance loses the input focus and makes a ...
孙悟空's user avatar
  • 1,275
0 votes
1 answer
52 views

Dynamically change the name of a modal button in IE

I have a modal popup Template used for many purpose. All works fine in Firefox, Chrome and Edge but in IE it dont reconize the variable name of button name. [recButton] It seems that the problem is ...
safraga's user avatar
  • 13
0 votes
1 answer
187 views

Setting up Cookie for a jQuery UI modal dialog

I made a custom jQuery modal/pop-up and added it to my wordpress website. This works. Now I want a visitor when he clicks one of both buttons that a cookie is saved and only shows the popup if the ...
Boeckske's user avatar
0 votes
1 answer
822 views

replace showModalDialog with jQuery UI , what is the best way?

I am new in javascript and jQuery UI. Currently, I have to fix and improve the code from previous developer. This is how the page should work: Using showModalDialog, a modal dialog box containing ...
Iyda's user avatar
  • 25
0 votes
1 answer
220 views

jQueryUI modal dialog doesn't block RETURN keyup event (or ESCAPE)

I'm using a jQueryUI modal dialog widget to simulate an "alert" box. It all works as expected, with keyboard input being blocked while the dialog is open, except that if I close the dialog with the ...
kbro's user avatar
  • 4,871
0 votes
2 answers
1k views

How to show pop up only if form is submitted and validated?

I have written jQuery like below $("#form-search").submit(function(e){ e.preventDefault(); if (validateForm() === true) { ...
Nida's user avatar
  • 1,692

15 30 50 per page
1
2 3 4 5
26