Skip to main content

All Questions

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 ...
Murat Deniz's user avatar
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
Faiq Rustamov's user avatar
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.
Pratik Barasia'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 my ...
Ravi Parmar's user avatar
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
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 ...
Arturo's user avatar
  • 17
-4 votes
1 answer
420 views

Restrict Sundays between date range - jQuery Datepicker

I have a jQuery datepicker and I need to do the following: Disable all Sundays between a specific date range I understand I need to use the beforeShowDay function but cannot seem to get it in place ...
djnetherton's user avatar
3 votes
2 answers
1k views

Display month and year specific datepicker in jquery

Is it possible to show a jquery inline datepicker by a specific month and year? Lets say I want to see the inline datepicker for Nov 2014. And it shows the complete month without selecting any date.
Superman's user avatar
  • 881
0 votes
2 answers
396 views

How to show the selected date in datepicker?

I'm Working with Asp .net MVC3.i'm having a text box with a datepicker image that textbox having a date filled in it.when i click select the datepicker image the popped up datepicker has to be ...
user2514925's user avatar
0 votes
1 answer
916 views

Remove the last days from the previous month datepicker

I have two calendars and I would like to use them without displaying the last days of the previous month. How can I get rid of the extra row? I looked into Datepicker's API, but I couldn't find ...
Xmsss's user avatar
  • 25
1 vote
0 answers
619 views

JQuery Datepicker throws a random Type Error

I got an JQuery Datepicker Issue, on around every 50th page reload i get an error message, when i want to select an date from the JQuery Datepicker: Uncaught TypeError: Object #<...
SG 86's user avatar
  • 7,078
5 votes
3 answers
10k views

JavaScript Mimics of the iPad's UI (specifically, UIDatePicker and UIPicker)

Does anyone know a way to mimic the UIDatePicker and the even more general UIPicker iOS controls in HTML & JavaScript? Does anyone know of a solution like this? I've seen JavaScript mimics of ...
Rudiger's user avatar
  • 6,884