All Questions
47 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 ...
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 ...
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 ...
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 ...
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 ...
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 ...
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 ...
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 ...
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
...
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"></...
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 (...
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 ...
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 ...
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 ...
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: ...