Skip to main content

All Questions

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
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
1 vote
1 answer
2k views

Dynamic minDate and maxDate for jQuery ui datepicker

I have multiple links that trigger a dialog which shows the date picker. Each date picker has date range based on data-attributes. My problem is the date picker only show range from the first link you ...
Bari's user avatar
  • 88
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
3k views

Calling JQuery datepicker hide() from custom button, calendar reopens in IE

I have a JQuery dialog that has two textboxes associated with Jquery date pickers, which are used to accept a date range. I have added a custom button to the Jquery datepicker, called "Save". Problem ...
escist's user avatar
  • 773
1 vote
1 answer
2k views

jQueryUI Datepicker in Dialog auto focus in IE9

I'm able to load and reopen jQueryUI Dialogs with a Datepicker as the first element in all browsers I've tried ... except IE 9. If a Datepicker is the first element to receive focus when the Dialog ...
Pablo's user avatar
  • 2,386
2 votes
2 answers
5k views

Issue with JQuery Date Picker in Modal Window

I created a modal form/window using with the code: $(function () { var widthLen = window.screen.width - 10; var heightLen = window.screen.height - 120; $("#dialogOperation"...
harlandgomez's user avatar
4 votes
5 answers
15k views

JQuery UI Datepicker's select Month/Year drop down doesn't work in iPad if the Datepicker is on JQuery Dialog

I have created a jQuery UI datepicker like this: $.datepicker.setDefaults({ changeMonth: true, changeYear: true, defaultDate: null, dateFormat: ...
Bipul's user avatar
  • 1,357
4 votes
3 answers
1k views

Attach a jQuery dialog to a text field and make it disappear when the user clicks something else?

I like the jQuery DatePicker widget. It is very user friendly that when the user clicks on a date field in my web application, the user sees a dialog that allows her to select a date. What's even ...
Vivian River's user avatar
4 votes
1 answer
6k views

Closing jQuery Datepicker When Closing jQuery Dialog

First time here, and more of a web designer than programmer, so be gentle! ;o) Anyway, as the title suggests, I have a dialog window that's opened and within that, a datepicker. What I want it that, ...
Phil's user avatar
  • 85