Skip to main content

All Questions

0 votes
0 answers
51 views

Iterate through Datepicker dates and add aria-selected='true' to the currently selected date with .ui-state-active

I have multiple date pickers on a page and I'm trying to iterate through the dates to find the currently selected date and add aria-selected='true' to the currently selected date with the class of.ui-...
user1615351's user avatar
0 votes
1 answer
47 views

Why is my Bootstrap datepicker being duplicated if opened too early?

I have a datePicker in my code and when I open the datepicker before all requests are done when they are done it's adding a inline-datepicker inside my datepicker dropdown here's my code <div class=...
Asl's user avatar
  • 1
0 votes
0 answers
37 views

jQuery date picker manual trigger

I have a working version of jQuery date picker, Just need to implement 2 more enhancements to it The calendar function is not invoking while clicking the Date Icon, however if I click the text field ...
Techie's user avatar
  • 83
0 votes
0 answers
41 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
1 answer
38 views

Jquery datepicker not setting 90days or 3months from the month selected in Jquery

I have 2 dates fromDate and ToDate in which I want to implement a logic where if in FromDate is selected todays date, in ToDate the date should be active or enabled till previous 90 days or 3 months. ...
hud's user avatar
  • 4,701
0 votes
0 answers
31 views

JQuery Datepicker display date format

I have a working version of jQuery datepicker which is defaulted to today's date and display in below format, I needed to format the display date like below. How can I do it? Here is the JS code ...
Techie's user avatar
  • 83
0 votes
1 answer
207 views

Screen reader doesn't read cell value when moving accros the datepicker grid

I have the following datepicker. The problem is that when running screen reader (NVDA), when moving the selection on the datepicker grid to different cells using keyboard, the screen reader just says &...
havij's user avatar
  • 1,120
1 vote
1 answer
33 views

jquery DateTimePicker - Grab day of week in selection

I'm trying to add a hidden field when a user selects a date to show the day that it rests on. I looked in the documentation on using the dateFormat but can't seem to render this. So the date shows up ...
Keith's user avatar
  • 4,133
0 votes
3 answers
72 views

Disable all Sundays and some specific dates in jQuery UI datepicker

I am trying to disable all Sundays and some specific dates in jQuery UI datepicker. These conditions, together, don't work in my code. Only sundays are getting disabled. Here is the code var array = [,...
user22409362's user avatar
0 votes
0 answers
34 views

Add custom class on x-number of days (months/years) on jQuery UI datepicker dates (each td)

I am trying to dynamically add a class to a number of "td" within the jQuery UI datepicker based on the values from "periodValue" and "periodType". I am having serious ...
Houghtonator's user avatar
0 votes
1 answer
37 views

How do I add blocked dates like holidays to datepicker? [duplicate]

I need help in disabling specific dates on the jquery datepicker. I have successfully blocked out Sundays but I don't know how I could add blocked dates to the calendar. I looked through the existing ...
Kenny's user avatar
  • 1
0 votes
0 answers
35 views

jQuery 2 sets of datepicker conflict

I have two sets of jQuery datepickers. One that loads on the page for desktop, the other in a modal for mobile. The first instance with two dates (Arrival Date & Departing Date) works as intended. ...
Deirdre Nic's user avatar
1 vote
1 answer
190 views

jQuery datepicker month select box opens and closes immediately inside Bootstrap modal

I've encountered a conflict between Bootstrap's modal and jQuery UI datepicker where I can't use the month select box because something closes it immediately after being open. Steps to reproduce: ...
CIRCLE's user avatar
  • 4,799
0 votes
0 answers
21 views

Extract Enabled/Disabled dates from jQuery datepicker object on live website using Chrome console

I have a website that's showing a simple jQuery date picker - https://jqueryui.com/datepicker/ Currently, it shows the dates, some of them are ENABLED and some are DISABLED. Is there a way to write a ...
Amit Baswa's user avatar
1 vote
1 answer
43 views

Jquery datepicker fixed maxrange 365 days between 2 inputs

I have 2 jQuery datepicker inputs And I set default settings on like this: $("#polis_date_from").datepicker({ uiLibrary: "bootstrap4", changeYear: true, changeMonth: true, dateFormat: "yy....
ad0rfin's user avatar
  • 13

15 30 50 per page
1
2 3 4 5
146