Tagged Questions

0
votes
2answers
204 views

jQuery Datepicker: Prevent closing picker when clicking a date

Hi fellow stackoverflow:ers, I'm using the jQuery Datepicker plugin, together with Martin Milesich Timepicker plugin. Everything works great, except for the fact that clicking a d …
1
vote
1answer
25 views

jQuery UI Datepicker - How can i, on select, highlight a particular range of dates?

I want to, when the user selects a date, highlight the following 11 days. The intention is to show a 12-day range selected depending on whatever day was chosen. I've seen the "dat …
0
votes
3answers
106 views

jQuery UI Datepicker and bassistance.de validation plugin problem

I have the jQuery UI Datepicker and the bassistance.de validation plugin working except for one problem. When a date is selected with the date picker, it causes a validation error …
3
votes
3answers
154 views

getting jQuery UI’s datepicker to always open in a certain direction?

I'm using jQuery UI's datepicker control in a position: fixed toolbar at the bottom of my page. Occasionally, on random computers, the datepicker appears below the toolbar, which m …
2
votes
1answer
39 views

Are there any modifications to the jQuery UI datepicker which adds time selection?

Are there any modifications to the jQuery UI datepicker which adds time selection? I googled and I found this, but I don't really like the sliders... Is there something else? Than …
0
votes
1answer
121 views

How can I use Jquery Datepicker to highlight with befereshowday two different kind of special dates?

I mean, I found here a way to disable an array of nationalDays. I'm trying to make a code to disable the national days and also to highlight some other days (I'm coding a web app …
0
votes
3answers
156 views

ASP.net - Using a jQuery datepicker in a custom control

I'm trying to use the jquery datepicker - http://jqueryui.com/demos/datepicker/ in a custom control (.ascx). To enable the datepicker, I need to add the following script at the to …
0
votes
1answer
254 views

jquery datepicker onChangeMonthYear

I am using the jquery ui datepicker in my app. I have created an inline datepicker. I am having a problem with onChangeMonthYear. I have simplified the example to bare minimum. On …