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 event handler .on() not working

I want to attach a event to dynamically created element class.So i used live function but it was not …

event-handling jquery jquery-ui-datepicker
jquery datepicker: validate date

i have set a jquery class: $(function() { $( ".datepickerIT" ).datepicker({ showOtherMonths: true, selectOtherMonths: true, showAnim: "clip", dateFormat: "dd/mm/yy", minDate: "01/01/1925", …

jquery jquery-ui-datepicker
Create a label using jQuery on the fly

I need to create a label and text field on the fly and also include datepicker for the textfield. I …

jquery forms jquery-ui jquery-ui-datepicker dom-manipulation
How can i set Year range for a jQuery Date Picker: 1900 to current year, or 1900 to 9999

Hi all i used the Jquery Date picker which works well enough for me. But i am having a small …

jquery jquery-ui-datepicker
Implementing jQuery DatePicker in Bootstrap modal

Created jsfiddle for my issue http://jsfiddle.net/sudiptabanerjee/93eTU/ In modal window issue is on Change Month and Change …

jquery twitter-bootstrap twitter-bootstrap-3 jquery-ui-datepicker
JQuery ui - date picker, disabling specific dates

I am trying to disable specific dates using the JQuery Ui. However, I am having no luck, here is my …

jquery html jquery-ui jquery-ui-datepicker
jQuery UI datepicker doesn't hide when click outside

I found a problem with jQuery UI Datepicker on my site. When I click on the input, it does show …

jquery jquery-ui datepicker jquery-ui-datepicker
JQuery UI datepicker ( start weeks from Monday)

I am using jQuery UI datepicker, I know I can customize this datepicker in this way: $("#reserve_date").datepicker({ beforeShowDay: …

jquery jquery-ui jquery-ui-datepicker
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 …

javascript jquery jquery-ui jquery-ui-datepicker
How to disable dates before today in jquery UI datepicker?

I am making a hotel reservation system i have to disable past dates in jQuery UI datepicker here's the code …

jquery jquery-validate datepicker jquery-ui-datepicker