Skip to main content

All Questions

0 votes
1 answer
88 views

jquery dialog window opens with datepicker text already focused

I know this is a tough one to understand.... I have a button that opens a dialog window. The buildPurchaseOrder url is just a form. $('#poDialog').dialog({ width:1000, height:1000,...
bart2puck's user avatar
  • 2,524
5 votes
1 answer
1k views

jQuery Dialog Box not working with Datepicker

I am trying to open jquery dialogue box but its not opening i am also using jquery datepicker. when i remove two jquery script for date picker, dialogue opens otherwise its not working in any way. ...
nagi's user avatar
  • 381
1 vote
2 answers
689 views

How to use datepicker in dynamically created jQuery UI dialog?

I have trouble to active the datepicker() in a dynamically created jQuery UI dialog(): index.html $(document).ready(function() { var $loading = $('<img src="./images/loading.gif" alt="...
wittich's user avatar
  • 2,259
0 votes
0 answers
69 views

Stop jQuery UI theme overwriting custom theme

We use the jQuery UI datepicker control at work, and have only taken the .ui-datepicker classes and customised them. We don't actually use the jQuery UI themes at all. The issue I'm having now is I ...
aspirant_sensei's user avatar
12 votes
4 answers
10k views

jQueryUI Dialog/Datepicker Auto-Opens

I currently have a dialog box with two inputs as its content (with the two inputs using .datepicker()). When I open dialog box, the first input becomes the focus and the first datepicker automatically ...
Dom's user avatar
  • 40.1k
1 vote
1 answer
2k views

jQuery Dialog and Datepicker plugins don't work together

i have tow pages one is mange.aspx and other is pop-up.aspx in mange.aspx i load the other page with ajax and display it in jquery ui Dialog my problem is when i load page the jquery ui Datepicker ...
Tarek Saied's user avatar
  • 6,586
5 votes
5 answers
19k views

jQuery UI DatePicker Open on Dialog Window Open

I am displaying a jQuery UI dialog window that contains a jQuery UI datepicker control in it. The problem is that the first form field on the dialog window is the datepicker and thus it receives ...
Nick Olsen's user avatar
  • 6,349
1 vote
5 answers
3k views

jQuery datePicker below UI dialog?

See Example After clicking the show container link the datepicker component - 2nd input - is shown below the UI dialog. What should I do to show it above the UI dialog?
Arthur Ronald's user avatar
32 votes
13 answers
42k views

jQuery UI datepicker opens automatically within dialog

I have a datepicker which is used within the jQuery dialog object. The source of the dialog's content is loaded using .load(). Within the dialog I created a script which creates a datepicker for the ...
turezky's user avatar
  • 856