Skip to main content

All Questions

0 votes
1 answer
379 views

Windows Media Player continues to play when JQuery Dialog is closed

I have an MVC application. The main view will have a grid with a list of recordings. Next to each recording there is a Play Button. In reality the play button is an ActionLink. On the OnClick Event of ...
Walloud's user avatar
  • 195
1 vote
1 answer
500 views

jQuery UI dialog with asp.net - Object doesn't support property or method 'dialog'

I have an aspx page using a master page that is giving me issues when I try using a jQuery UI dialog. <asp:Content ID="Content1" ContentPlaceHolderID="HeadContent" runat="server"> <link ...
Joe's user avatar
  • 17
0 votes
1 answer
208 views

Tablesorter doesn't do anything in jQueryUI dialog

I am trying to use tablesorter upon a dynamically created table in a jquery ui dialog, but the tablesorter doesn't seem to work. That means the result is a simple html table without sorting or layout ...
JMKivi's user avatar
  • 1
0 votes
1 answer
67 views

jQuery UI dialog wont close on tap when called but will open

So I'm having a hard time figuring out why my dialog boxes wont close when I they're "tapped" out of. So far I've tried document, window, .ikon_picmap as selectors for the dialog close. No luck. ...
Chris Stage's user avatar
1 vote
1 answer
1k views

JQuery UI Dialog - unwanted space below dialog box

I'm working on a simple tic-tac-toe application and building it in CodePen. When the user loses or forces a draw (designed to be unbeatable), a jquery UI dialog box pops up informing the user of said ...
no_stack_dub_sack's user avatar
13 votes
6 answers
3k views

jQuery dialog losing focus on scrolling

I have a jQuery dialog below. I'm using jQuery UI 1.11. $("#contactContainer").dialog({ closeOnEscape: false, modal: true, dialogClass: 'contactsFooter', open: function(event, ui) { $("....
Linga's user avatar
  • 10.5k
0 votes
1 answer
4k views

How to Fix the Cross-site scripting (XSS) vulnerability in jquery.ui.dialog.js in the Dialog widget in jQuery UI

I am using opencart 1.5.6 and I am facing an issue, Issue : "Cross-site scripting (XSS) vulnerability in jquery.ui.dialog.js in the Dialog widget in jQuery UI" . The jquery ui version 1.8.16 is ...
Mike's user avatar
  • 61
1 vote
1 answer
706 views

Image button in jQuery dialog

I want to created a JQuery dialog with image button. I tried replacing the button with my image, but it's not working as expected. I also tried to prepend my image src to the button, no luck either. ...
Jack philip's user avatar
0 votes
0 answers
319 views

get the top most jQuery UI dialog

I have a button and several divs that are converted to dialogs. I move them around and stacked randomly, so one one of them gets the focus and the others are behind that one. I would like to click ...
Matías Cánepa's user avatar
1 vote
1 answer
2k views

jQueryUI Dialog is incorrectly showing text under the Close Button [duplicate]

I'm using jQuery 3 and jQueryUI 1.12. After upgrading, I'm getting this when I show the dialog: The glitch is that the word "Close" is appearing under the close button. The reason for this is that ...
Joshua Frank's user avatar
  • 13.6k
1 vote
1 answer
2k views

Pass object as parameter to jQuery dialog?

This SO answer describes how to pass data to the dialog. But if I need to pass an object to the dialog and display its properties in different fields, how is it done?
Ivan-Mark Debono's user avatar
0 votes
0 answers
391 views

Partial View (Dialog form) cannot resolve jquery functions

I am using JQuery UI Dialog function to load a partial view. The Dialog form contains input controls that holds data to saved in database. I am trying to get the values from the controls to post them ...
Hussein Salman's user avatar
-2 votes
1 answer
123 views

jquery function in jquery-ui dialog

I try use jquery function in dialog window. Function is assigned to class ".numeric". When I add class to html input then it works fine, but does not work in the dialog. // numeric function !...
Miramar's user avatar
  • 11
2 votes
1 answer
2k views

ASP.NET GridView: Confirm button click postback with jQueryUI dialog

I'm hoping someone can help me figure this out. I've looked all around have yet to find an example that will help me. I have a feeling that I'm super close on this... I have an asp:gridview with a ...
Bryce Martin's user avatar
3 votes
3 answers
3k views

jQuery UI modal dialog: button icons do not appear

My modal dialog works perfectly (meaning I can adjust every option), except that the button icons option has no effect. Here's the code I'm using to generate the dialog: $('#alert_div') .attr("...
Harpo Jaeger's user avatar
0 votes
5 answers
1k views

Get all checked checkboxes, possibly with same value

I have prepared a jsFiddle for my question: In a word game I would like to display a dialog with all letter tiles in player's hand - and allow her to select some for swapping with the pile. The ...
Alexander Farber's user avatar
0 votes
2 answers
608 views

How to remove extra space inside of jQuery UI dialog box

here is my dialog box I want to delete or remove the extra spaces inside of dialog box. How can I achieve it? for extra details here my HTML <div id="beneficiaries_window"> <?php $...
reyjoel's user avatar
  • 29
1 vote
1 answer
24 views

Appending to jquery dialog apparent bug -- any workarounds?

When appending to a jquery dialog, it automatically resizes the dialog to fit the new content. That's great. After moving the dialog, this functionality breaks. That sucks. As you can see in this ...
Skeets's user avatar
  • 4,716
2 votes
2 answers
1k views

jQuery UI dialog stops resizing automatically after it has been dragged

I have a jQuery UI dialog which contains a form than can be expandable depending on the choices the user makes: https://i.sstatic.net/7oTxm.png. For instance, if the user changes the "answer type" to ...
actaram's user avatar
  • 2,038
0 votes
2 answers
35 views

Alter behaviour of jQuery UI Dialog

I have a dialog defined with jQuery UI in this way: this.dialog = $.dialog({ title: 'Title', open: function () { //do something }, close: function () { //do something ...
marcosh's user avatar
  • 8,936
0 votes
1 answer
221 views

Setting position of JQuery dialog buttons causes buttonpane background color issue

I have created a JQuery dialog in my web page, and in it I have set up a couple of buttons. I wanted to ensure that the "Register Me" button appeared in the left corner of the buttonpane, and that ...
Daniel Anderson's user avatar
0 votes
1 answer
282 views

jQuery dialog(any type) creation with new dropdown menu items (includes AJAX request)

I want to create a dialog box containing dropdown menu's. This dialog box will pop up on a button click event in jQuery. I do not have any HTML content prior and so, this will be on the fly. All the ...
Pratik Jaiswal's user avatar
0 votes
1 answer
424 views

image not refreshing in jquery Dialog, works fine in Google Chrome

I have a weird issue regarding jquery Dialog. I am using Jquery dialog for showing jcaptcha image. I have a refresh button on dialog. On click of a link, this captcha dialog should open. My issue is, ...
Rohan's user avatar
  • 23
0 votes
3 answers
62 views

My Jquery UI dialog doesn't fire if not preceded by an alert

My problem is I have a Jquery UI dialog which not fire if not preceded by an alert. The div for my dialog at the beginning of my page : <div id="dialog-confirm" title="Modification de la date ...
testa abalez's user avatar
  • 1,052
0 votes
1 answer
169 views

How can I get a jQuery UI Dialog to display as a Dialog (instead of being pinned to the bottom of the page)?

Using the idea here as a "proof-of-concept" before replacing the html with my own, I added html adapted from that to my Index.cshtml file (ASP.NET MVC app): <div id="dialog-message" title="...
B. Clay Shannon-B. Crow Raven's user avatar
2 votes
3 answers
6k views

How to add extra buttons to jQuery dialog title bar

How to add extra button to jQuery dialog title bar I want to add extra buttons to jQuery Dialog Title Bar. I want to add minimum 5 Buttons to jQuery Dialog Title Bar. Maximum "N". Buttons like as ...
G Naga Subrahmanyam's user avatar
0 votes
1 answer
1k views

Create multiple instance jQuery UI dialog on button click

I want to create multiple instance jQuery Dialog UI. I also want to create the multiple clone of each jQuery Dialog UI with same Title. If I click on Open Dialog 1, then Basic dialog 1 will open. If ...
G Naga Subrahmanyam's user avatar
1 vote
1 answer
538 views

Positioning jQuery UI dialog side by side

I need to create dialog widget side by side like this as shown below: Every time I click the button, it should create a new instance of dialog widget and position it side by side. The problem, when ...
wapt49's user avatar
  • 233
0 votes
0 answers
532 views

jQuery UI dialog TypeError: $(...).dialog is not a function

My UI dialogs works from time to time but usually it throws this error : TypeError: $(...).dialog is not a function I do not know why is this happening. This is my .js code : $( document ).ready(...
Martin Fric's user avatar
0 votes
1 answer
766 views

how to move jquery ui dialog box to top position after opening it

Can any one tell me how i move my dialog box to top position after opening it. $("#addPage").on( "dialogopen", function( event, ui ) { $( "#addPage" ).dialog( "option", "position", { my: "center",...
Arpit's user avatar
  • 1

15 30 50 per page
1 2 3
4
5
47