Skip to main content

All Questions

Tagged with
-2 votes
0 answers
18 views

jquery move up calendar if no space at botton

I want to display calendar pop up to the upper side of the text box if there is no space at bottom, if there is space at bottom then it should display bottom to the text box as per normal dehaviour. ...
krunal's user avatar
  • 17
0 votes
1 answer
25 views

How to set third min-max relationship for jQuery UI datepicker

In my application I'm using jquery datepicker for 3 date inputs, "receiveDate", "startDate" and "endDate". I already set my startDate always earlier than endDate by: $(&...
Acadia's user avatar
  • 1
0 votes
1 answer
312 views

jquery ui datepicker - beforeShowDay not working when I first open the clendar

it looks like the beforeShowDay doesn't work the first time I open the calendar on the current month. I'm having the jquery ui datepicker with few active days each month. when I refresh the website ...
user3316244's user avatar
0 votes
1 answer
88 views

jquery dialog window opens with datepicker text already focused

I know this is a tough one to understand.... I have a button that opens a dialog window. The buildPurchaseOrder url is just a form. $('#poDialog').dialog({ width:1000, height:1000,...
bart2puck's user avatar
  • 2,524
0 votes
1 answer
200 views

jquery datepicker add button & autoclose: false problem

I am working on datepicker.js customization, but have some problems here:,( Could you please give me a clue about what I am doing wrong? I would like to add an additional button (not the button which ...
Hailey's user avatar
  • 21
0 votes
1 answer
73 views

datepicker does not work even after following the same script

I am trying to follow the below code to implement addition of days to datepicker [https://jsfiddle.net/up82wt76/][1] Below is the code I implemented in Visual Studio 2022 It is a straight copy. Why ...
CPK_2011's user avatar
  • 1,120
0 votes
1 answer
113 views

Jquery UI Datepicker - if user enter last 2 digit of year in input field it should show as 4 digit of year

$("body").on("focusin", ".date_field", function(e) { $(this).datepicker({ yearRange: "c-40:c+10", minDate: $(this).data("minimum-date&...
Garima Jain's user avatar
1 vote
0 answers
380 views

Flatpickr doesn't show after html code is rendered

I am using Flatpicker to show a datetime picker, and the following code works fine, if i click on the input field, the calender opens and the user is able to pick a datetime. <input id="...
Lesley Peters's user avatar
0 votes
1 answer
554 views

Reservation/booking Form Using jQuery UI datepicker Add Minimum Booking Days

I'm creating a reservation/booking form using jQuery UI datepicker with the following code. I would like to have a minimum of 3 (this number may change) days booking. So for example when someone ...
Oudin's user avatar
  • 483
0 votes
1 answer
294 views

Unable to click on Date picker when using inner html

By using below code unable to select the data picker while using the inner HTML. What I am doing wrong can any one help me with this ? Thanks in advance. Here is my Code $(document).ready(function(){ ...
SYED WASEEM AHMED's user avatar
0 votes
2 answers
446 views

Datepicker formatDate

i need to change my format date in date picker from "12/25/2022"(for example) on "25/December/2022" heres my code: $(".date-picker").datepicker({ format: 'dd-mm-yyyy', ...
Nazar.io's user avatar
0 votes
1 answer
75 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
0 votes
0 answers
102 views

How to set properly localisation for datepicker in knockoutjs

I put locale: en in my options, but that doesnt work. Should I put somewhere else? ko.bindingHandlers.datepicker = { init: function (element, valueAccessor, allBindingsAccessor) { //var ...
lonelydev101's user avatar
  • 1,731
0 votes
0 answers
139 views

jQuery UI Datepicker not working | jQuery 3.3.1

I have this project about booking system in php. little bit old tbh but it's get the job done Anyway.. I have a problem with the "datepicker" in jquery. I have this input field <div class=...
SDC's user avatar
  • 3
1 vote
1 answer
785 views

How do I disable Mondays in Datepicker?

Would someone be able to help me out here on how to disable Mondays as well? EXTRA: How do you prevent someone from manually entering their own delivery date (i.e. if the delivery calendar doesn't pop ...
Lauren's user avatar
  • 23

15 30 50 per page
1
2 3 4 5
125