Skip to main content

All Questions

5 questions with no upvoted or accepted answers
2 votes
1 answer
64 views

Datepicker on jQuery UI dialog fails on second opening of dialog

I have a static page with a link that opens a modal Dialog that loads a sub-page. The sub-page includes an input with a Datepicker widget. When I first open the Dialog, the sub-page loads and the ...
Francisco's user avatar
1 vote
0 answers
455 views

Issue with jQuery UI Datepicker inside jQuery UI Modal dialog

jQuery 1.7.2 jQuery UI 1.8.18 I have a jQuery UI Modal Dialog that contains a jQuery UI Datepicker. This is a pop up editor we are using with our app. The first time the user pops up the editor ...
Jim Evans's user avatar
  • 6,405
0 votes
1 answer
809 views

Jquery ui datepicker not working properly in second Dialog

i'd appreciate your help with this one. I've been searching for a fix for hours now and I just can't get it to work. I have two files "editor.php" and "functions.php". So I got this Jquery UI ...
Charly H's user avatar
  • 147
0 votes
0 answers
267 views

jQueryUI Datepicker on Dialog: OK on window scroll, not OK on dialog scroll

I have the following example here http://jsfiddle.net/209t0drp/ where a datepicker is used on a dialog. Both, the page and the dialog, have a scroll. Using some examples here on stackoverflow, I ...
leoinfo's user avatar
  • 8,090
0 votes
3 answers
1k views

Show jQuery date picker in jQuerymodal dialog

There seems to be a problem with showing datepicker in modal dialog. I'm using: $(".dpicker").datepicker({ numberOfMonths: 2, dateFormat: 'd M yy', showButtonPanel: true ...
Liviu valentyn's user avatar