Skip to main content

All Questions

0 votes
1 answer
148 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 ...
Sofistikat's user avatar
1 vote
1 answer
293 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 ...
Murat Deniz's user avatar
-1 votes
1 answer
12k 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
Faiq Rustamov's user avatar
1 vote
1 answer
61 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 "...
Ngô Văn Quyền's user avatar
0 votes
0 answers
654 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 ...
CairoCoder's user avatar
  • 3,171
0 votes
1 answer
216 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.
Pratik Barasia's user avatar
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
Inderjeet Singh's user avatar
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 ...
Ravi Parmar's user avatar
0 votes
2 answers
462 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 ...
Eazy's user avatar
  • 331
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 ...
Mikhail Kolpakov's user avatar
0 votes
1 answer
36 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 ...
Avish Munjal's user avatar
0 votes
0 answers
909 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 ...
Rajasri.J's user avatar
  • 158
0 votes
1 answer
10k 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?
Erdeniz Korkmaz's user avatar
0 votes
1 answer
65 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 ...
Arturo's user avatar
  • 17
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"></...
Hassan Raza's user avatar
  • 1,526

15 30 50 per page
1
2 3 4 5