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. ...
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
1answer
133 views

Jquery Dialog Redirection Issue

I am using Jquery dialog box(jquery-ui-1.8.11.custom.min.js). The source for this dialog box is an aspx(src.aspx) page containing a html textbox. When I press "Enter" in the html textbox, it ...
0
votes
2answers
93 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
77 views

JQuery Dialogbox Dataentry

I have a jQuery dialog box that loads a php page like.... $dialog.load('Details.php?id='+prm); $dialog.dialog('open'); ... that is supposed to allow the user to see some information (here it works ...
0
votes
1answer
104 views

jquery ui dialog box removes <div> after closing

I have three divs, and a buttons for each for my dialog box to trigger. When I trigger the parent div it shows the dialog box and the content of the other two childs with no problem. If the child div ...
0
votes
2answers
138 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
2answers
224 views

jQuery dialog box opne .php file

Hi everyone its a simple JQ, when i click on a link(in file a.php) i want to open a dialog box and load a different php(file b.php) into the dialog box please help
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
2answers
552 views

Paging Buttons and Re-using Jquery Dialog Boxes

I have a dialog box that has AJAX loaded content. I want to have two buttons on the dialog box: a next and previous, which will load new AJAX content into the dialog box. Is it better to re-use ...
0
votes
3answers
4k views

jQuery dialog box not opening 2nd time

I found this thread which basically has the same issue I have. But their solution is not working for me. The dialog appears the first time I click the submit button, but not the 2nd time. I'm opening ...
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 ...