All Questions
246 questions
0
votes
0
answers
52
views
Jquery datepicker does not work on a newly opened blank window
I tried apply jquery datepicker on a newly opened blank window (opened with window.open).
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
...
1
vote
0
answers
116
views
JQuery Month & Year Picker with Custom Text in Dropdown or Last Selected Month & Year
I have a JQuery Month and Year picker and I'm trying to make the dropdowns of the month and year display a generic text or display the last selected month and year values. Right now it displays the ...
1
vote
1
answer
75
views
How to modify URL when changing month by clicking on the next/before month arrows using bootstrap datepicker
I have a Bootstrap Datepicker and I'm trying to be able to modify the url by clicking on the next month arrow or month before arrow.
Datepicker example
When I pick some day on the calendar, the URL ...
-1
votes
2
answers
363
views
Сounting the number of working days without taking into account holidays and weekends in jQuery UI Datepicker
I use jQuery UI DatePicker and was able to disable weekends and holidays there (custom list). Now I need to count the number of working days in a month without taking into account the days off before ...
0
votes
0
answers
47
views
Jquery DatePicker - Show the date outside of the minDate - in the Input Box
I am having a jquery datepicker which shows the day the task has been created and the day till which the task is available - Period From and Period To.
The problem is when I go to modify the task - ...
0
votes
2
answers
216
views
jquery datepicker insert dayid to all days within <td> attribute
I need to add dayid to all <td>
for example:
<td class=" " data-year="2022" data-month="8" data-event="click" data-handler="selectDay">
&...
1
vote
0
answers
55
views
Undisable disabled days in jQuery datepicker
I want to un-disable dates in the datepicker, I tried to empty the array of the disabled days, but they are still disabled when I open the datepicker.
Here is my code to disable the days in the ...
0
votes
1
answer
154
views
Only allow the last friday in month date picker don´t work for me
I want to enable only the last Friday in each month in my datepicker. In another example I found a code-snippet but it doesn't work for me. Maybe my picker uses other attribute names?
How I can do ...
0
votes
1
answer
857
views
jquery datepicker calendar position is showing off screen
I am using datepicker as below. I have noticed that calendar is opened off screen. when I unzoom the page, I can see it's open at very very bottom of the screen. I have tried z-index but it's not ...
0
votes
0
answers
178
views
Datepicker ui - check if dates from/to overlapping disabled days
I have 2 datepickers - date from and date to, something like hotel reservation system. How do I check (and show hidden div.error) if there are some disabled days in selected period?
Ex. - selected ...
0
votes
0
answers
155
views
How to make dynamic datepicker? onchange
Hi i want to set the datepicker turn off the backdate if the condition dropdown (#status) == 0 else of them the datepicker is turn on all of the date.
but i have some problem, the datepicker cannot ...
0
votes
1
answer
88
views
JQuery date picker calender not working in Asian and some European cities
When I run jqueryui in London, Mountain View, San Fransico and São Paulo the day figures on the calender are correct. When I run the site in Tokyo, Shanghai, Mumbai, Moscow and Berlin the day figures ...
1
vote
0
answers
109
views
I have added JS function to prevent user to insert invalid date in datepicker. It is working but error alert box is not closed
I am new to JS. I have added JS function to prevent user to insert invalid(like 99/99/0000) date manually in datepicker. I have written all the function and it is working as expected but somehow when ...
-1
votes
1
answer
2k
views
Jquery Datepicker - If else condition
If the input letter is 'A' then show an option to select Today's date & if Input has 'B' then it should not show an option to select today's date.
Basically I need an if-else condition to change ...
5
votes
3
answers
295
views
Highlight specific date when datepicker shown
I have this simple datepicker jQuery, and in my application my users can go back to the past, but not future. I want to show the current day base on the date param in the url browser.
Let's say
var ...