Tagged Questions
10
votes
3answers
2k views
Override jQueryUI dialog default options
I want to be able to create modal dialogs, with, for example
close: function() {
$(this).remove();
}
default option, without need to specify those on dialog creation, but somehow override those ...
6
votes
6answers
797 views
Using !important in jQuery's css() function
I have a dialog with an overlay declared like so:
.ui-widget-overlay {
position: absolute;
left: 8px;
top: 9px;
height: 985px !important;
width: ...
6
votes
4answers
2k views
Refresh (F5) not working in jQuery Dialog
I am using the jquery dialog widget to display a modal box. However when pressing F5, while the modal is open no refresh happens. Any idea?
Interesting Update:
Try this demo: ...
5
votes
2answers
174 views
JQueryUI Dialog display issue
I have the following code which builds a JQueryUI Dialog popup.
$j('<div></div>')
.html(message)
.dialog({
autoOpen: true,
bgiframe: true,
...
4
votes
2answers
76 views
JQuery UI Dialogs: application-wide options
I have swarm of jquery-ui dialogs across my app. Every single time I need a new one, I write the following lines:
$('.another-dialog').dialog({
title: 'Another dialog',
autoOpen: false,
...
3
votes
1answer
197 views
JQuery Dialog : How to find clicked button inside the button clicked event
Im currently defining a variable no. of buttons for a jquery dialog like this
var buttonNames = buttonNamesString.split("|");
var buttonsOpts = {};
for (i = 0; i < buttonNames.length; ...
3
votes
1answer
146 views
How to make items float outside of Jquery Dialogs
I want to have a dialog that looks kinda like this:
I thought this approach would work but I guess I was wrong:
JavaScript
//Creates The Dialog
$('.ImageDialogDiv').dialog({
position: [98, ...
3
votes
2answers
370 views
jQuery UI dialog closeOnEscape not working for multiple open dialogs
My scenario:
When a particular element in Dialog1 is clicked, Dialog2 opens.
When you hit Escape to close Dialog2, works as expected and closes Dialog2.
Dialog1 remains and you would think that it ...
3
votes
2answers
159 views
jQuery generic code
I am using jQuery modal dialogs in my app to handle normal CRUD operations. In some cases I have even two stacked modal dialogs open.
I have then created two generic function in an external ...
2
votes
1answer
73 views
How to Scroll Flow JQuery UI Dialog
I have been trying to use follow scroll to move dialog together with user scroll but no success
<script>
$(function() {
$( "#dialog:ui-dialog" ).dialog( "destroy" );
$( ...
2
votes
2answers
161 views
how to make jquery-ui.dialog revert a form on cancel
The following javascript allows a radiobutton set to control the alternate visibility of 2 <fieldset>s. I added a function provwarning to intercept a click on the radiobuttons and determine if ...
2
votes
2answers
391 views
Editing a Jquery Dialog CSS
I am trying to edit my dialog box to have a transparent title bar that still shows an alternate 'X' to close it, but I am having issues here is my dialog css as of now:
/* Creates the 'X' used to ...
2
votes
1answer
912 views
jQuery UI Dialog and maxHeight in Internet Explorer
Here's my current code:
$("#DialogScroll").dialog({
bgiframe: true,
autoOpen: false,
maxHeight: 600,
width: 550,
modal: ...
2
votes
2answers
107 views
jQuery Dialog : What is a jQuery dialog, is it a separate webpage or is it part of the existing webpage?
Whats the meaning of Jquery dialog:
Is it separate web page or its part of web page?
(I don't know well Jquery).
Thanks
2
votes
1answer
3k views
Jquery -Print Dialog Area :: Is exist plugin for printing jquery dialog content?
I don't know well jquery ui.
Is exist plugin for printing jquery dialog content/some code (Only print dialog content and not all webpage)
Thanks
2
votes
2answers
407 views
JQuery UI Dialog query dialog DOM
The following simply loads a jquery-ui dialog from an external html file.
$('#showdialog').click(function(e) {
var div = $('<div>loading...</div>');
div.dialog({
modal: ...
2
votes
2answers
602 views
How to apply the shake effect to a dialog with an embedded form
I'm newbie on this, I'm trying to apply the shake effect to a dialog that has an embedded form but not success on this.
When I try to trigger the effect
$("#restore_password").effect("shake",
...
2
votes
1answer
549 views
Cookies and Jquery: Dialog Boxes
I am having difficulties creating a cookie (using the jquery cookie plugin) that will remember the position of all dialog boxes on the page (class .dialog). The dialog boxes are draggable.
This is ...
2
votes
1answer
2k views
JQuery, JSF and a4j:commandLink
I have a problem with using jQuery Dialog and Ajax submit in JSF.
I have the following code for displaying Dialog windows:
<script type="text/javascript">
...
1
vote
2answers
89 views
jQueryUI autocomplete not working with dialog and zIndex
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>
...
1
vote
2answers
72 views
Can a JQuery Dialog open another Jquery Dialog?
I want to open a partial view as a JQuery dialog that when I click a link to open another Jquery dialog over the one that is already open.
Can I do that? If it is possible, how can I achieve that?
...
1
vote
2answers
51 views
jquery dialog not showing scrollbars
I have this definition for the jquery dialog plugin:
$("#DonateForm").dialog({
modal: true,
autoOpen: false,
minWidth: 600,
maxWidth: 700,
minHeight: 250,
maxHeight: 350,
...
1
vote
2answers
323 views
('#').dialog is not a function error after using jQuery's .load() function
I have the following code:
<?php
$this->beginWidget('zii.widgets.jui.CJuiDialog', array(
'id'=>'mydialog',
// additional javascript options for the dialog plugin
...
1
vote
2answers
154 views
close jquery ui dialog when clicked out side the dialog box
I knew there are some links already exists related to this topic, but my problem isn't solved. so i've created a new one.
First, i need to close a pure jquery ui dialog when it's clicked outside the ...
1
vote
2answers
550 views
jQuery UI Dialog form with AJAX and validator only working normally once
I've been working on a simple JQuery dialog form that loads in via AJAX. It uses JQuery Tools to validate, and if successful, submits via AJAX and closes. Here's the code that opens the dialog via ...
1
vote
1answer
1k views
Display MVC3 Unobtrusive ValidationSummary errors in a jQuery UI Dialog
I'm looking to display MVC3's unobtrusive ValidationSummary errors in a jQuery UI Dialog. Specifically, I want to be able to have a "live" $('.validation-summary-errors').dialog(...);-like ...
1
vote
2answers
70 views
does jquery ui dialog support launching one dialog from (and on top of) another
i have a jquery ui dialog where a user fills out a bunch of user inputs and then submits. One of the fields is getting more complicated and has an advanced detail view so instead of showing all of ...
1
vote
8answers
410 views
How to make code wait for okay/cancel button selection?
I am using JQuery's $.dialog(), where I open a dialog with OK and Cancel buttons.
I would have expected that when the dialog opens, the code stops, and would first continue, when the user had ...
1
vote
1answer
268 views
jQuery Dialog with nested form
I have a jQuery dialog with a nested form inside of it. The form contains an input box and a submit button. When the dialog pops up I want the user to only be able to fill it out, and nothing else on ...
1
vote
5answers
197 views
jQuery dialog buttons rebinding
I have a simple jQuery dialog box that has an html input inside it. There are two buttons Save/Cancel on the dialog box. When the user hits Save, I validate if he has provided any input in the input ...
1
vote
2answers
388 views
jquery ui - modal dialog (better way to create content of modal?)
Is there a way to define the modal content in the javascript, rather than always having to have an element on the page and create the dialog from that?
It has the title option, so I can 'dynamically' ...
1
vote
2answers
196 views
jQuery Dialog Opening but not Closing!
I'm doing an Ajax GET for some HTML which then populates a div via:
$(theDiv).html(theHtml)
This HTML includes a button (let's say "Button A") that displays a jQuery dialog via:
...
1
vote
1answer
934 views
jQuery UI Dialog with AJAX Tabs Problem
I'm having an issue using jQuery Tools Tabs (AJAX) along with jQuery UI Dialog (manually doing the AJAX loading for the dialog). The issue is that the dialog is loaded and setup specifically for the ...
0
votes
1answer
15 views
Positioning oversized jQuery.UI dialog WAY off
I have a dashboard screen filled with dialogs arranged in three columns. It works pretty well.
var leftContent;
var middleContent;
var rightContent;
var verticalOffset;
$(document).ready(function() ...
0
votes
1answer
30 views
navigate inside a jQuery modal dialog
I got a question. I'm using the jQuery modal dialog plugin to let user input some data that will be saved in a database. My dialog can actually have two states which users can choose from by selecting ...
0
votes
1answer
41 views
jQuery UI Dialog Gets Messed Up
I have several dialog boxes in a website I built for a client. When two dialogs are open at the same time, things eventually get messed up. The dialog seems to be looking good the first time it shows ...
0
votes
0answers
32 views
reinitialize jquery dialog after Ajax save
I'm using the jQuery Dialog Modal Form
To get user input and save the input in a database by Ajax. The problem I'm currently facing is that, because this is Ajax, the page is not reloaded when the ...
0
votes
1answer
18 views
JQuery UI dialog: should I use h1, h2 or h3?
Which HTML title tag (h1, h2, h3...) is supposed to be used in a JQuery UI dialog?
I know I can put anything and set the layout I want using CSS, but I would like to know if a title level is more ...
0
votes
2answers
30 views
send data from jquery dialog to parent page
I have used jquery ui dialog using IFrame and passed URL to that IFrame. So new page opened in dialog box in Iframe.
After some processing in that dialog box page. I want to pass some data from that ...
0
votes
2answers
50 views
Clicking links outside jquery dialog
I Created a modal dialog box with jquery and made a little tweak that when the dialog loads.. i removed the overflow hidden property which disables the page scroll so that i can scroll the page..
i ...
0
votes
1answer
35 views
JQuery Dialog remove status image
I have password form in JQuery Dialog. Once form submitted I need to remove that image but seems not working. Anyone tell me how to do this please.
This is Dialog HTML
<div ...
0
votes
1answer
261 views
Use jquery-ui dialog with jquery-mobile
I'm using jquery-mobile and jquery-ui and it seems the dialogs or conflicting with each other. I would like to use jquery-ui for my dialogs but am not sure how to get jquery.noConflicts() to work with ...
0
votes
0answers
46 views
jquery dialog pass value to the parent
What I am trying to do is to open up jquery dialog which works just fine. it loads the content that loading on the page.make a selection click OK button and store the selection to the hidden from ...
0
votes
2answers
41 views
showing jquery UI Dialog on focus won't focus the element
I want to display an jquery UI dialog when a user focues a certain input box. It works the problem is, that the input box won't get the focus after closing the dialog, meaning user clicks into input ...
0
votes
1answer
123 views
jQuery Dialog - Dialog with DataTables is not positioned centered
I got a jquery modal dialog which i load a jquery datatable inside. I cant make the dialog to display at the center (currently it keeps to the right)
Any idea what will be the possible cause & ...
0
votes
3answers
134 views
Popup login page
I have created a login page at
www.mywebsite.com/members/login
I'm using Zend Framework,
Now I wanna be able to have a popup login dialog, so that people don't have to be redirected too many ...
0
votes
1answer
124 views
jQuery UI Dialog not Centered
I am using jQuery and I am loading content into a div, then displaying it as a dialog. However, it is not centering the dialog.
Does anyone have a solution?
Code:
function Core_Load_Register()
{
...
0
votes
0answers
79 views
Multiple JQuery.Dialog() instances after posting DHTML
I have a user control that's manifested as a partial view in an MVC 3 web app. The user has the ability to input search value in the outer view, which then cascades into the partial view and displays ...
0
votes
1answer
60 views
Modal-dialog won't hide on page load
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,
...
0
votes
0answers
475 views
JQuery UI Datepicker's select Month/Year drop down doesn't work in iPad if the Datepicker is on JQuery Dialog
I have created a jQyery UI datepicker like this.
$.datepicker.setDefaults({
changeMonth: true,
changeYear: true,
defaultDate: null,
dateFormat: ...