Skip to main content

All Questions

7 questions with no upvoted or accepted answers
1 vote
1 answer
1k views

Delete Date using backspace or delete

I have created multiple dates selection for multiple input fields using jQuery datepicker. Now Problem is i want to delete any date form cursor position External Link to Jquery ui <link rel=...
daulat's user avatar
  • 949
1 vote
0 answers
260 views

jQuery Datepicker not open in jQuery Dialog after ajax call

may you help me with a problem i tryed to solve this whole afternoon? I have a jQuery dialog, which i am filling up with the results (a php-script) of an ajax call. In these results there is a ...
Tommay Webber's user avatar
1 vote
1 answer
871 views

datepicker ui onChangemonthyear runs before beforeshowday

I use the jquery Datepicker ui. (http://jqueryui.com/datepicker/) I want to color the days as i get back from ajax which dates to color. I have this: $(document).ready(function() { ...
RobinHo's user avatar
  • 575
0 votes
1 answer
760 views

jQuery Datepicker in Fancybox not working

I have a very strange behavior with a datepicker loaded with data-type="ajax" inside the fancybox. It is not possible to change month and year in the datepicker. If I open datepicker and close the ...
Marco's user avatar
  • 3,593
0 votes
2 answers
106 views

Why initialize the jQuery in $.ajax() success when adding fields?

I am using a jQuery datepicker on .datepickerTime and .datePickerDate classes. $('.datepickerTime').datetimepicker({ 'timepicker': false, 'mask': false, 'format': 'M d,Y', 'minDate': ...
unknownbits's user avatar
  • 2,875
0 votes
1 answer
706 views

Jquery UI Datepicker Works, but unable to select date

I am using Jquery UI datepicker the code I am using is as follows ps_jquery( ".datefield " ).datepicker({ changeMonth: true, changeYear: true, yearRange: "-100:+10", }); This code is working fine ...
user1666910's user avatar
0 votes
1 answer
895 views

How to make days enabled in UI datepicker after month change?

Original question link: Help! How to make days enabled in UI datepicker after month change? First of all, The solution of Nick Craver is wonderful. But I got another problem: The Nick Craver's ...
qinHaiXiang's user avatar
  • 6,319