Skip to main content

All 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"> ...
Csirmaz Kalman's user avatar
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 ...
RMT's user avatar
  • 135
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 ...
André Tex's user avatar
-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 ...
Vito's user avatar
  • 1
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 - ...
SAM SAMULE's user avatar
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"> &...
js newbie's user avatar
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 ...
Eli-ott's user avatar
  • 376
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 ...
Chris's user avatar
  • 23
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 ...
priyank patadiya's user avatar
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 ...
Johann G's user avatar
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 ...
Agung Donga's user avatar
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 ...
Ross Symonds's user avatar
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 ...
y2k's user avatar
  • 79
-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 ...
Anthony David's user avatar
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 ...
code-8's user avatar
  • 59k

15 30 50 per page
1
2 3 4 5
17