Top "Jquery-ui-datepicker" questions

A datepicker widget from jQuery-ui which allows the user to select a date from a popup or inline calendar

jQuery DatePicker with today as maxDate

I would like to set today's date as a maxdate for jQuery datepicker in order to prevent users from picking …

javascript jquery jquery-ui-datepicker
jQuery Datepicker localization

I need a french calendar and I can't understand the problem. I guess I'm not using the regional options like …

javascript jquery-ui localization internationalization jquery-ui-datepicker
JQuery datepicker not working

Good day! I am trying to use jquery for the first time. And i cannot make it work. My code …

jquery jquery-ui jquery-ui-datepicker
jQuery-UI datepicker default date

I have a problem with the jQuery-UI datepicker, I have searched and searched but I didn't find the answer. I …

jquery jquery-ui-datepicker
getDate with Jquery Datepicker

i am trying to get date from my implementation of jquery date picker, add it to a string and display …

jquery datepicker uidatepicker jquery-ui-datepicker
Remove Datepicker Function dynamically

I want to remove datepicker function depending on the dropdownlist selected value. I try the following codes, but it still …

javascript jquery jquery-ui jquery-ui-datepicker
Disable future dates in jQuery UI Datepicker

Is it possible to disable future date from today? Let say today is 23/10/2010, so 24/10/2010 onwards are disabled. Sorry I am …

jquery date jquery-ui-datepicker future disable-link
Jquery UI Datepicker not displaying

UPDATE I have reverted back to Jquery 1.3.2 and everything is working, not sure what the problem is/was as I …

jquery jquery-ui datepicker uidatepicker jquery-ui-datepicker
jQuery datepicker- 2 inputs/textboxes and restricting range

I am using the jQuery Datepicker widget with two input boxes, one for the "From" date and the second with …

jquery jquery-plugins datepicker jquery-ui-datepicker
Jquery datepicker change event trigger and input's default change event

I have datepicker <input type='text' class='inp'> <script> $('.inp').datepicker(); $(".inp").on("change",function (){ …

javascript jquery datepicker jquery-ui-datepicker