All Questions
Tagged with jquery-ui-datepicker uidatepicker
65 questions
0
votes
1
answer
156
views
JQuery DatePicker misalignment issue
I've used JQuery Datepicker many times before without issue, but now I'm getting a misalignment issue that's got me stumped. The days are floating left, and the dates are floating right.
What am I ...
1
vote
1
answer
320
views
What is ui-datepicker-div and how can I remove it?
There is a white line bottom of my page, and its div ui-datepicker-div
you can look at the website :
http://www.hekim.deniz-tasarim.site/ ( may it loads slowly, nearly 8 seconds )
I dont know what ...
0
votes
1
answer
13k
views
how to fix 'Uncaught TypeError: $(...).datepicker is not a function' [closed]
i want create datepicker but it is not working
$("#datepicker").datepicker();
Uncaught TypeError: $(...).datepicker is not a function
I expected calendar, but it shows me an error
1
vote
1
answer
64
views
How can I fix this issue about JQuery Date Picker?
When I tried to get a datepicker for my Yii2 activeform, I've tried JQuery DatePicker to get a better result. However, after I tried the "two-ways" binding method, it appeared a problem called "...
0
votes
0
answers
668
views
Set start day of the week to be Friday in JQuery UI date picker
I saw another question that sets the first day to Monday by setting the first day to be 1.
While I want to set the first day to be Friday.
I tried to set the first date to 5, but not working as ...
0
votes
1
answer
223
views
selectDay error when using jquery datepicker
In error logs of my product I see an error being reported with selectDay function of datepicker by I am not able to reproduce it on production or on local.
1
vote
2
answers
2k
views
DatePicker with empty option in iOS
I want to use date picker with the empty option. Like if user don't want to select day, month or year there will be an option of "-"(empty).
Here is an image for better understanding
1
vote
3
answers
3k
views
Date picker not working after refresh the div
On page load date-picker working fine but after refresh the div it is not working
it gives error like
jquery-ui.js:8633 Uncaught TypeError: Cannot read property 'settings'
of undefined error
my ...
0
votes
2
answers
479
views
WC Fields Factory Plugin minDate
I'm using this plugin called WC Fields Factory. I have a datePicker on my "Single product" page on woocommerce so people can book in. I am trying to disable 48 hours (minDate:2) but I can't seem to ...
1
vote
2
answers
1k
views
Is it possible to convert select dropdown into horizontal months list in jQuery UI Datepicker?
I'm building a calendar based on jQuery UI Datepicker with a possibility to choose date range with 3 months displayed at once. Now it looks like on screenshot:
So I need to add a block above this ...
0
votes
1
answer
37
views
Angular js Datepicker and jquery
I want a calendar which shows only month and year option to display and format should be month and year (yyyy-mm).After selecting the month and year,it should update the ng-model variable value with ...
0
votes
0
answers
913
views
Change width of the scrollbar in html <SELECT> list box
I am using jQuery DatePicker in my application and when I try to select the YEAR through jQuery DatePicker, dropdown appears with list of year values. What should be done to increase the width of the ...
0
votes
1
answer
11k
views
jquery ui datepicker close function
I want my datepicker is visible unless I call a close function. I couldnt find any function neither prevent close when I select a date, nor close it by myself manually. any ideas?
0
votes
1
answer
66
views
Reinitialize or reset datepiker limits
Greatings
i have a couple of datepicker inputs, the first sets the limits for the second, but if the user trys to select an other initial date the limits of the second input stays the same as the ...
1
vote
1
answer
2k
views
Jquery UI Datepicker not working while everything looks fine
How to make this snippet working?
jQuery(function($) {
jQuery("#date-from").datepicker();
});
<script type="text/javascript" src="https://code.jquery.com/jquery-1.12.4.min.js"></...