Skip to main content
How are we doing? Please help us improve Stack Overflow. Take our short survey

All Questions

0 votes
1 answer
292 views

How to alert user of date selection criteria?

I have seen this question being asked here: Alert User When Selecting Disabled Date Unfortunately, there is nothing to glean from the answers provided. We have a requirement to prevent users from ...
Tairoc's user avatar
  • 659
1 vote
1 answer
73 views

How can I configure jquery-ui datepicker to enable for selection only the last friday of each month?

obviously I dont know much about JS so I try best to run the datepicker. In our picker, we wanted only be able to pick every last Friday of the month. I've already written the code for this and it ...
Chris's user avatar
  • 23
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
0 votes
0 answers
115 views

jQueryUI datepicker cutting off year

I am trying to implement a simple datepicker dropdown for my website using the jQueryUI widget, as shown on their website. The display is fine on Safari and Firefox. On Chrome, however, the selected ...
mynameisteodora's user avatar
1 vote
1 answer
104 views

How to display the date comes from jQuery instated of display the current date?

How to display the date comes from jQuery instated of display the current date? I have a dropdown list and input with datepicker. Now what I am doing is, When the user select year 2019-2020 from the ...
user9437856's user avatar
  • 2,388
1 vote
4 answers
392 views

jQueryUI datepicker not functioning

I've been working on a project and I wanted to use jqueryUI datepicker, it's not a unfamilliar action to me but now with laravel blade templating it doesn't work. I tried a lot of things but I seem ...
Haris Begic's user avatar
0 votes
1 answer
42 views

Further onClick is prevented causing new onclick not to work | Override event.preventDefault()

I am working on a script where the original developers may have added a event.preventDefault() or some how prevented any further clicks on certain table td elements. Their click makes an Ajax request ...
user avatar
0 votes
1 answer
1k views

jQuery UI Basics: How to use date picker widget? [duplicate]

This is the first time I am using html and JS so please be gentle. I want to use the Datepicker widget from jQuery UI as shown here in the Getting Started page. I think I am making some mistake in ...
Martin Miggs's user avatar
0 votes
2 answers
87 views

How to disable selected days?

I have booking form to reservastion hotels so I want to disabled selected days how can I do that ? I mean if I select 20 from first datepicker so 20 must be unselectable in second datepicker ...
ani_css's user avatar
  • 2,126
1 vote
1 answer
92 views

How to set z-index in my scenario using css?

<html> <head> <script src="https://code.jquery.com/jquery-1.12.4.js"></script> <script src="https://code.jquery.com/ui/1.12.1/jquery-ui.js"></...
Liam neesan's user avatar
  • 2,581
1 vote
1 answer
754 views

How to validate start and end date in jquery datepicker without day.?

I have two datepickers which select only month and year. I need to validate this two datepickers. If I select a month and year from onedatepicker (starDate), say Feb 2017 and all the before dates (...
Raj's user avatar
  • 879
2 votes
1 answer
3k views

jQuery Datepicker Overlaps With Previously Submitted Input Field

I am using jQuery Datepicker on a form that is being submitted and it is implemented on an input field. When I click on the input field to choose another date, previously submitted dates appear on the ...
malzki's user avatar
  • 53
0 votes
0 answers
66 views

JQuery Datepicker date format issues

I have looked everywhere for a answer and cant find the thing that happens to me. i am trying to use a range datepicker and it works fine until i set the format after i select a start date it removes ...
JohnoZA's user avatar
1 vote
1 answer
3k views

JQuery Datepicker values does not get submitted

i try to submit some basic data to a PHP script via GET. Two of my 5 values are populated by a JqueryUI datepicker. When I check those two input-fields via alert, they show up correctly, however they ...
GosuSan's user avatar
  • 109
1 vote
2 answers
104 views

Using this is Datepicker UI jQuery [duplicate]

I have an onClick event within my datepicker and I'm trying to append html to the actual td element I select. $('#datepicker').datepicker({ dateFormat: 'dd/mm/yy', beforeShowDay: ...
pourmesomecode's user avatar

15 30 50 per page