Skip to main content

All Questions

Tagged with
0 votes
1 answer
1k views

jQuery UI - Dialog passing custom effect options to the dialog for show and hide

The Dialog widget in jQuery UI has a hide and show options that you can pass the name of effect you want it to run on show and hide events. some of the events have extra options like { direction: ...
1 vote
2 answers
933 views

Jquery: dialog box only shows once per click

I have a series of "links & divs" like these: <a class="pop" href="popup.asp?PD=12>Hotel XXX</a> <div class="details" title="Hotel XXX"></div> <a class="pop" href="...
2 votes
2 answers
1k views

jQuery, do something after loading external files

Ok, the point is having a bookmarklet load an external js that creates jquery, jquery-ui and a css file on the current web-page, with everything being done cross-domain. For some reason by the time ...
1 vote
2 answers
761 views

Open a JQueryUI Dialog and have it populate itself from DB

I have a list of companies and I want to be able to open a dialog to be able to edit their details. This opens the dialog: $('#company_details').click(function() { $('#dialog').dialog('open'); });...
3 votes
2 answers
14k views

How to get textbox value from jQuery modal dialog after postback?

How do I get the ASP.NET text boxes updated with the value of the entered form data? The code below is basically the modal dialog form sample from jQuery UI, but with ASP.NET text boxes. The post back ...
0 votes
1 answer
344 views

ASP LinkButton inside of JQueryUI Dialog closes it - how do I prevent that?

On my website I have it setup where when someone clicks on one of my items, a modal JQuery dialog box pops up. Works great (thanks to Stackoverflow help)! So now I dynamically create linkbuttons and ...
0 votes
2 answers
3k views

Jquery dialog only opening once

All- I know this has been asked, but the previous solutions don't seem to apply to my situation. I have a simple table with a number of records in each row, with the final column being a delete ...
6 votes
1 answer
15k views

How to recreate jquery dialog after destroy

I'm creating three modal dialogs on page load (using $(document).ready(function() {). I create these dialogs by calling a setDialogWindows() method, and pass it the div for the dialog. Dialog creation ...
0 votes
2 answers
4k views

Dialog keypress and DOM

I'm trying to use jQuery's keypress to trigger a button click on a modal dialog created using the jQuery dialog function. The problem is, with the following code, it works the first time around (...
0 votes
2 answers
575 views

Jquery Dialog - extra dialog opening

I have a dialog opening after a form is submitted using the ajaxForm plugin. The ajaxForm updates the dialog content. The problem is that an extra dialog is opening. Here's the javascript code: ...
2 votes
3 answers
7k views

Can JQuery UI Dialog remember its position between opening and closing

I have a JQuery dialog that I dynamically open and close. Everything is working fine except the position of the dialog is not remembered after it is closed and then reopened. The size is maintained ...
0 votes
2 answers
2k views

jQuery dialog + ASP.NET buttons - strange behaviour

Having this div: <div id="advSearchDialog" style="visibility:hidden;"> <xx:search ID="searchUC" runat="server" /> </div> And a button: <input type="button" id="btnAdvSearch"...

15 30 50 per page
1
29 30 31 32
33