jquery-dialog Questions
15
Solved
With many sites leveraging jQuery UI, there are some major shortcomings that have to be overcome because jQuery UI does not support responsive design and there's a longstanding bug when maxWidth is...
Morion asked 9/5, 2013 at 22:3
22
Solved
I have tried following code, but it only positions dialogs left upper corner position to center, and that makes element to be aligned to right. How can I center dialog to real center which counts e...
Mecham asked 3/12, 2009 at 12:54
15
Solved
I ran into an interesting issue with jQueryUI autocomplete in a dialog box.
My dialog HTML looks like this:
<div id="copy_dialog">
<table>
<tbody>
<tr>
<th>Title...
Selfabsorbed asked 31/12, 2011 at 1:6
4
I trying to change to titlebar color alone.So i used .ui-dialog-titlebar , but its not working , so i tried with ui-widght-header, its reflecting to data table also.. Please advise.
// Not working...
Olympic asked 18/7, 2013 at 22:39
3
Solved
Iam using 3 dialogs in my page for 3 diff purpose.
Iam creating dialog as
$(".dialog").dialog({
height: 238,
width: 465,
resizable: false,
title: "Edit"
});
After my action done on dialog...
Mercaptopurine asked 28/6, 2013 at 6:34
2
Solved
i am using asp.net mvc3 and jquery dialogue to open partial view in main view
here is my structure..
partialview 1
<input type="button" onclick="function1();">
partial view 2
<form ...
Lemos asked 30/11, 2012 at 14:58
2
Solved
so I have a dialog UI with a form once a user click on a link it opens. Once they click "Add button" it create a AJAX call that submits the data into the database. What I need to add is reload() fu...
Unthread asked 12/4, 2013 at 2:43
2
Solved
I have a kendo grid control inside jquery dialog. It works fine except when in dialog modal is true, I am not able to work on grid filter. If dialog modal is false, it works perfectly. It is must f...
Holp asked 30/8, 2014 at 6:41
5
Solved
I have hide title bar in jQuery Dialog as below
$(".ui-dialog-titlebar").hide();
This also hide close button in Dialog. But i need to show close button on Dialog.
How can i do this ?
Karyosome asked 16/7, 2013 at 9:11
5
Solved
I like to change the title from an UI Dialog after i have submitted a form in this UI Dialog. So in the callback-function after load i should suggest, but i've tried and googled without result.
Ha...
Caine asked 31/1, 2010 at 13:13
5
Solved
I am using jQuery UI Dialog to show a video. The video is working fine.
What I want to do is minimize the Dialog-element just like in an OS or something like that. A small icon like (" - ") that w...
Plantagenet asked 19/7, 2012 at 9:40
11
Solved
I am using jQuery to open a dialog window with a textarea transformed into an instance of CKEditor. I'm using the jQuery adapter provided by the CKEditor team but when the dialog window opens up I ...
Reprieve asked 29/3, 2010 at 17:15
2
Solved
ok so i'm trying to figure out how to properly call a modal popup for my page using Controllers as per this post's suggestion
ASP.NET MVC modal dialog/popup best practice
and kinda used this:
ht...
Skyscape asked 18/7, 2012 at 5:28
2
Solved
I want to be able to press "ENTER" and have the dialog execute the same thing as a submit button.
I found a similar question here: Submit jQuery UI dialog on <Enter>. I added some of the so...
Storfer asked 21/6, 2014 at 1:25
7
Solved
I have a dialog with an overlay declared like so:
.ui-widget-overlay {
position: absolute;
left: 8px;
top: 9px;
height: 985px !important;
width: 518px !important;
}
The page I have will ...
Labanna asked 28/4, 2011 at 19:43
2
I am trying to create a modal dialog to just show content (html of some sort or other):
<script>
$.fx.speeds._default = 1000;
$(function() {
$( "#dialog" ).dialog({
autoOpen: false,
close...
Outwork asked 27/9, 2011 at 18:29
3
Solved
[Solved]
I write this script. Unfortunately, jQuery console throw:
Error: cannot call methods on dialog prior to initialization; attempted to call method 'open'
I use jQuery 1.10.2 and j...
Tideland asked 10/2, 2014 at 12:53
0
There is a jQuery Dialog with a GridView inside it in my aspx page. also have a button as Save on jQuery Dialog. I need to get values in GridView after click on this button in C#. I have tried as b...
Larvicide asked 23/7, 2013 at 6:58
3
Solved
I have created a jQuery Dialog as in this Demo. It is working properly. close button is display in right side in there. but on my site, running on localhost, close button is display in left side as...
Peepul asked 17/7, 2013 at 4:24
3
Solved
I'm using jQuery Dialog and i need to show an arrow tip on bottom center of jQuery Dialog like below.
How can i do this ?
Spastic asked 16/7, 2013 at 9:34
3
Solved
Is it possible to have a custom handler for ESC key on the JQuery Dialog?
Mutualize asked 13/2, 2013 at 12:17
1
Solved
I have a form that opens up in a dialog. One of the fields has autocomplete. All fields are built and server values are stored in them to pre-fill the form.
var mydiv = jQuery("#editform");
var $m...
Pentobarbital asked 21/6, 2013 at 19:30
3
Solved
I am using an .ascx user control where i populating employee data along with employee picture.
while on clicking employee picture i want to display a dialog where i want to have one text field and ...
Cairn asked 23/4, 2012 at 9:6
2
Solved
I have a dialog box on my page which is made using the JQuery Dialog Widget.
I have set up the two buttons to have functions which will click different buttons on the page which will trigger postba...
Ctn asked 19/12, 2012 at 16:2
2
Solved
Problem: when dropdownlist selected index changes, another dropdownlist should be populated depending on the selected value.
I am using webforms. In the masterpage I have this code which allows me...
Obeded asked 10/11, 2011 at 16:33
1 Next >
© 2022 - 2024 — McMap. All rights reserved.