Questions tagged as 'jquery-datepicker'

1
answer

Does not refresh Datepicker when using beforeShowDay

Good morning. I am using Jquery UI datepicker as follows: $(document).ready(function(){ initComponent(); }); var j = 0; function checkDate(date) { j++; if (j>5 && j<10) { return [true, 'event','']; }...
asked by 16.01.2017 / 12:28
1
answer

download file from a folder, selecting a date in a calendar

Good morning, I'm somewhat stuck with this exercise, the idea is, based on the calendar that was made (I'll put the code below), that now from a folder stored on the localhost with several pdf files created in different dates , these can be down...
asked by 02.10.2018 / 15:58
2
answers

Show active date in a restrict range datepicker of jQuery

I have a dynamic calendar in jQuery , in which I disable certain days, depending on the current day. And if it's Friday, Saturday or Sunday, I disable the whole week that comes next. The issue, is that I need to show the date that remai...
asked by 08.08.2016 / 22:15