Skip to main content

All Questions

0 votes
1 answer
1k views

Transitioning from Kendo UI Window to JQuery UI Dialog

Looking for advice or help to remove Kendo UI Window code and replace it with JQuery UI Dialog. As we transition from ASP.Net MVC to a ASP.Net Core 1.0 MVC site, management has decided to do away ...
Mike Mastro's user avatar
0 votes
1 answer
2k views

jquery dialog - want radiobutton inside popup to value to input

I want to use jquery dialog to choose radio button and after choose it will .val() to my input but why it did not work? What's wrong with my code I'm not sure that I use onchange event for radio ...
doflamingo's user avatar
0 votes
2 answers
829 views

Could jquery's dialog modal change page inside modal?

Hello I try to make the jquery dialog popup(modal) can change to other page in the popup (load other page in exist popup) but I don't know how to load the test3.php inside modal by coding in test2....
doflamingo's user avatar
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
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
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
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
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
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
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
0 answers
249 views

Jquery UI Dialog not centered vertically

Question about Jquery UI Dialog. Got function: function showOrderDetails(orderId) { $("#orderDetailsDiv").dialog(); } Function is called like this: <a href="javascript:showOrderDetails(...
alxexandr pavlov's user avatar
0 votes
1 answer
177 views

jQuery UI dialog not appearing Squarespace adblock detect

I have created an AdBlock detector, and my jQuery dialog does not seem to be working. Note: the "adblock" variable is already referenced. Also, I am using Squarespace, which is why I had to add the ...
jscoder's user avatar

15 30 50 per page
1 2
3
4 5
25