Tagged Questions
22
votes
7answers
82k views
jQuery Dialog Box
Im trying to do a dialog box with jquery. In this dialog box Im going to have terms and conditions. The problem is that the dialog box is only displayed for the FIRST TIME.
This is the code.
...
16
votes
8answers
12k views
How to show the “Are you sure you want to navigate away from this page?” when changes committed?
Here in stackoverflow, if you started to make changes then you attempt to navigate away from the page, a javascript confirm button shows up and asks: "Are you sure you want to navigate away from this ...
7
votes
3answers
14k views
Jquery confirmation box
I'm looking to create a generic confirmation box that can be used by multiple widgets easily, but I'm running into problems with scope and was hoping for a clearer way of doing what I'm trying to do.
...
1
vote
3answers
514 views
JavaScript confirm cancel button not stopping JavaScript
I have a delete button that is tied to some comments on a page i have. When you click the delete button i am trying to get a confirm dialog box to pop up asking if you are sure you want to delete the ...
0
votes
2answers
94 views
('#').dialog is not a function error
i am trying to load a dialog box using jquery.but the problem is that when i click on a link to open the dialog box it did'nt open.also i get an error as" $("#dv").dialog is not a function "
this is ...
0
votes
0answers
36 views
Opening dialog box results in weird behaviour
I am using showModalDialog function to show a page in window. Page opens in window. The problem is that when I click on any clickable thing like a button, the focus changes to the window where I am ...
0
votes
0answers
87 views
urgent — display search results in dojo dialog box?
i am using javascript.
how to display search results in a dojo dialog box?
when i click the "search" button, a dialog box will appear showing my search results. what are the codes for this?
thanks
0
votes
2answers
139 views
Why does this JQuery Dialog Box appears again and again?
I am using Blogspot and My code is as follows:
//JQuery Code above <head> tag:
<link href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/themes/base/jquery-ui.css" rel="stylesheet" ...
0
votes
1answer
153 views
Javascript Dialog Box Animation - Final Tweak
I've been working with the freakin' amazing Mark Eirich on reworking a Javascript dialog box here and he has set something up in JSFiddle that is going to help a lot but I need help finishing off one ...
0
votes
3answers
56 views
Javascript help, can use jQuery
I've got a HTML link
<a href="http://jquery.com">Click</a>
I want to show a dialog box to ask if the user want to go to that website, if user clicked no, then does nothing, just close ...
0
votes
1answer
693 views
jquery dialog box
I am having quite a hard time trying to find some answers with this particular dialog box action. The problem is when the user presses the "enter" (keyCode = 13) button, the dialog closes...as if the ...