Tagged Questions
32
votes
12answers
50k views
How to implement “confirmation” dialog in Jquery UI dialog?
I am try to use JQuery UI Dialog to replace the ugly javascript:alert() box.
In my scenario, I have a list of items, and next to each individual of them, I would have a "delete" button for each of ...
32
votes
5answers
53k views
AJAX Jquery UI Dialog window loaded within Ajax style Jquery UI Tabs
The ajax tabs work perfectly well. It's pretty straightforward with that part. However, getting the ajax UI Dialog modal window to trigger off of a link has been un-succesful.
Any help in this would ...
26
votes
3answers
25k views
ASP.NET MVC modal dialog/popup best practice
I am looking for the most standard way to archive modal dialogs in ASP.NET MVC. An example of what I am trying to do is when I select an item from my "list" page, I want the "details" page to be a ...
16
votes
1answer
5k views
How to auto-center jQuery UI dialog when resizing browser?
When you use jquery UI dialog, all works well, except for one thing.
When the browser is resized, the dialog just stays in it's initial position which can be really annoying.
You can test it out on:
...
14
votes
9answers
34k views
Is a Modal Confirm Box Using JQuery Possible?
Looked around quite a bit, and can't seem to find a JQuery solution (maybe its just a limitation of JavaScript) for this:
<a href="somelink.php"
onclick="return confirm('Go to ...
13
votes
4answers
5k views
jquery-ui Dialog: Make a button in the dialog the default action (Enter key)
In a jquery modal dialog, is there a way to select a button as the default action (action to execute when the user presses enter)?
Example of jquery web site:
jquery dialog modal message
In the ...
11
votes
10answers
37k views
JQuery Modal Boxes and Iframe
I've been using Simple Modal and i feel it doesn't live up to what i need at the moment.
Is there a Modal Box that supports loading external files and allows those external files to close the modal ...
8
votes
3answers
6k views
jQuery UI Dialog button positioning
How can I position buttons from jQuery UI separately from each other. Buttons are aligned in same direction. I would like one button to be aligned to left while the other to the right. Is it possible?
...
7
votes
5answers
566 views
jQuery Modal Confirmation Dialog Not Submitting Form
I am trying to pop up a confirmation modal when the user presses the delete button on the edit form. The modal pops up fine, but when jQuery should be submitting the form, it's not doing anything. I ...
7
votes
2answers
2k views
Simple ASP.NET MVC CRUD views opening/closing in JavaScript UI dialog
I have various simple ASP.NET MVC views for CRUD operations which work fine on their own as a simple webpage. I will now integrate them into the website itself (into the content) and have for instance ...
7
votes
3answers
21k views
Open Jquery modal dialog on click event
The below code works fine for only the first click event. However for any subsequent click nothing happens.
I tested this on firefox, ie7 but still the same. Am I missing something?
The below code ...
6
votes
0answers
543 views
ASP.NET JQuery based Modal Dialog Control [closed]
First of all this is not a question, i just made a user control which seems to solve the issue discussed in the following link.
http://forum.jquery.com/topic/dialog-will-move-its-div-tag-to-body
The ...
6
votes
5answers
9k views
JQuery implementation of Facebook's Modal Box
I was wondering if anyone knew of a jQuery implementation of this MooTools modal box.
I've seen Facebox, but it looks like the old Facebook modal dialog layout and not the newer one.
If there aren't ...
5
votes
2answers
2k views
Create more serious looking jQuery error dialog?
Is there a jQuery UI class you can use to create a more severe looking error dialog box than the one below?
This is the HTML we use to create the dialog:
<div style="display:none" ...
5
votes
4answers
2k views
jQuery modal dialog button text
Based on the code below to show a JQuery dialog, the button text shows up as the literal "b" as opposed to the value of the variable b.
Ie: showWarningDialog('myBody', 'myTitle', 'go') shows a ...
5
votes
2answers
248 views
Stackoverflow like modal popup in jquery
Which jquery modal plugin does stackoverflow uses (ie) When i try to close a question? Any suggestion..
5
votes
1answer
5k views
Modal Form in asp.net mvc RC using jquery
I am new to ajax / jquery and have had difficulty finding a simple sample incorporating the following:
ASP.Net MVC RC1 (or 2)
jquery
modal form
I would like the user to be able to click a ...
5
votes
4answers
14k views
jQuery Thickbox or similar to show iFrame?
I have been looking at jQUery thickbox for showing modal dialogs with images, it is great. But now I have the need to display a hidden div of content that contains an iFrame in a similar fashion, ...
5
votes
4answers
1k views
What is the most stable modal dialog implementation across browsers to use from javascript for a web app?
I'm using a lot of JQuery in a web application that I am building for a client and I want to find an javascript implementation of a modal dialog that is reasonably stable across the following browser ...
4
votes
4answers
229 views
jQuery dialog always centered
How can I implement, that a jQuery modal dialog with auto width & height is always centered in the browser. Also after resizing the window of the browser.
The following code doesn't work. I think ...
4
votes
1answer
362 views
jQuery modal and load problem
I'm having a problem with jQuery dialog and load on a web application i'm developing.
On a search result page, on each entry i have a link that give a quick view of the result, firing a modal dialog ...
4
votes
1answer
567 views
jQuery + Simple Dialog
I have a jQuery Model windows which contains a form.
On creating of the page, I'm able to see the fields although in my dialog, i have set autoOpen to false.
All the forms are in a div.
a sample of ...
4
votes
3answers
286 views
Create a jQuery modal box that appears beside the trigger action
I want a jQuery modal box that appears near or next to the button that triggers it. The box should appear in shape as well as in the following:
It should be height resizeable, so if the content is ...
4
votes
2answers
848 views
modal dialog over Activex control
I use jQuery modal dialogs (jQuery UI) for modal popups.It is working fine, until recently we installed an activex plugin. Now, when ever the plug in is activated, this popup goes behind the plugin.Is ...
4
votes
6answers
10k views
jQuery UI Dialog individual CSS styling
I'm looking to style a modal dialog (using UI Dialog) with unique CSS that is separate from the traditional dialog, so in essence to have two jQuery dialogs that each look different.
I've styled one, ...
4
votes
3answers
4k views
How to return value from html popup
I need a terse, clean way to implement this in asp.net mvc (+/- jquery or js)?
User clicks an element in webform A;
Webform B pops up;
User interracts with webform B;
On closing webform B, probably ...
3
votes
1answer
23 views
jquery dialog - no default button
How can I make the first button non-default?
Here is my dialog:
$('<div>' + x + '</div>').dialog({
resizable: false,
modal:true,
minWidth:600,
buttons: {
//this ...
3
votes
1answer
59 views
Switching from facebox to SASS bootstrap modal
I want to switch from facebox to the SASS version of bootstrap modal for my new projects.
With facebox I just had to add :rel => "facebox" in my link_to(...) :
<%= link_to "My Action",
...
3
votes
1answer
747 views
Why JQuery Modal Dialog and JQGrid Modal Dialog are looking different?
I have created JQGrid with Jquery modal dialog for Delete. Jqgrid with inline editing and one field is required if i leave it blank and the press submit the it will popup message Please enter First ...
3
votes
1answer
2k views
How to display an IFRAME inside a modal dialog using jQuery-ui/dialog
The web application that I am upgrading uses jQuery and jQuery-ui. I have replaced most instances of window.open and <a target=_blank/> with jQuery.dialog. For example, the terms and conditions ...
3
votes
1answer
564 views
jQuery UI Dialog - modal window temporarily covers dialog during effect
My modal window covers the dialog for the duration of the effect that brings it in - as if the z-index bringing it to the top only kicks in once the effect has ended.
Anyone any ideas?!
The code is ...
3
votes
1answer
4k views
How to close a jquery modal dialog and refresh parent page
i'm not able to close a jquery dialog.
Below are my code.
I have a parent page called academic.asp which will open a modal dialog by jquery plug in.
function openPopupDialog(location, windowTitle, ...
3
votes
2answers
2k views
jQuery UI dialog: a huge DIV on the background in IE 8
I'm trying to use jQuery UI's modal dialog and testing my stuff in IE8. Every time dialog pops up, a huge DIV is being created on the background and IE keeps changing vertical scroll bar's thumb size ...
3
votes
2answers
3k views
jquery UI dialog open is mind-numbingly slow in IE7
Have a large amount of HTML, but where I thought the bottleneck would be is incorrect: it's when I'm opening the dialog, not when I'm building the string of HTML (~35ms), nor when I'm appending it to ...
2
votes
3answers
38 views
show HTML markup in modal window
I have a JavaScript function that receives a parameter whose value is a fragment of HTML. I would like to show this content in a centered modal dialog (with a close button).
var showContent = ...
2
votes
1answer
141 views
Popup windows in jQuery
I had a code which was working somehow, but now, when I'm trying to rewrite my scripts suddenly I got wrong X and Y positions of popup window.
This is the first problem.
Next problem is that this ...
2
votes
1answer
122 views
Use javascript to complete a vbscript msgbox - Selenium - Automated testing
I need to be able to complete a vbscript msgbox using javascript. The problem is that we are using selenium to test a classic asp website. Our goal is to slowly get rid of the vbscript code that is ...
2
votes
1answer
313 views
Using custom width and height, jQuery Mobile Dialog center to screen
I have created app using jQuery Mobile and need to get a Dialog box when button is clicked. The Dialog box should be center aligned of the screen when i have specified the width and height of the ...
2
votes
1answer
263 views
How to set the input value in a modal dialogue?
I'm working on 'add a link' functionality. For that I'm using Modal plugin from Twitter Boostrap JS. On the main page there's only the 'link' field to fill, when a user clicks 'add link' button, a ...
2
votes
2answers
58 views
jQuery modal-dialog conflict with html() and return false;
I have an org chart using slickmap.css which I modified with toggle show/hide. It's all working fine but now I need to add a modal dialog window on click and display info form the a tag.
I managed to ...
2
votes
2answers
89 views
jquery click simple modal plugin
i would like to pass a variable into my javascript, using simple modal plugin, http://www.ericmmartin.com/projects/simplemodal/, .click function in my view (html) ... how this is my javascript:
...
2
votes
3answers
94 views
JavaScript, allow the user to only focus on certain page elements?
In jQuery-UI-Dialog allows me to display a 'modal' dialog box on my web page so that the user must click an option in the dialog to proceed.
I've been writing my own dialog box code, but there is ...
2
votes
3answers
272 views
how to disable the jquery dialog buttons
My Needs: I am using a jquery modal dialog. I have some buttons on it. I want to disable one button when It dialog opens but want to enable it after some specific operation.
What i did: I can ...
2
votes
2answers
286 views
Can Safari show ReCaptcha in a modal dialog?
I'm trying to show ReCaptcha in a modal (jquery) dialog. I've tried it with blockUI, SimpelModal and ThickBox. With every one of them, it works perfectly in Firefox, and not at all in Safari (haven't ...
2
votes
1answer
101 views
IF Statement For Javascript
I'm looking Jquery UI's modal form demo. But i want to add something.
This demo checking all inputs' (name,email,password) lenght and validate them. But email input must be optional. Because of this ...
2
votes
3answers
1k views
JQuery Modal Dialog - Destroy or Close?
I've recently come across a situation where I've been a bit confused about which technique I should use when dealing with JQueryUI Modal Dialog's.
I've got a function: ClearDay(weekID, ltDayID). ...
2
votes
1answer
404 views
How to Delay automatic opening of Modal Dialog box window in JQuery 1.5.x?
The following dialog box works nicely when clicked upon:
<a href="#" onclick="jQuery('#dialogX').dialog('open');
return false"><? echo __("Under Construction")?></a>
...
2
votes
1answer
182 views
How do I write a file to the response stream and have a 'Working' modal window show/hide?
I need to to export a file to the user. It takes 1-2 min to generate the file so I'd like to have the page go into a kind-of modal mode with a layover on the page and a 'Working' spinner showing. ...
2
votes
1answer
1k views
jQUery UI dialog - modal creates scrollbars, wrong dimension?
I'm currently working on a site that uses ajax to load the content into a jQuery UI modal dialog.
On Win7 Firefox, Chrome, Safari and Opera it works fine.
On Internet Explorer 7-9pp and on mac ...
2
votes
1answer
569 views
Ajax Based Wizard Modal Box
I wanna create a Wizard style Ajax based modal box.
Ex: I wanna create a survey. I click Add Question. It opens a modal Box. I enter the Survey name and details. When i click next i want an Ajax ...