Skip to main content

All 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 ...
Sofistikat'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
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
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 ...
Rajasri.J's user avatar
  • 158
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?
Erdeniz Korkmaz's user avatar
0 votes
2 answers
2k views

Jquery UI datepicker change button

Hello I have a button here and when click it shows the calendar: What I want to achieve is that when a date is picked, the button text and image will be replace by e.g. 22-07-2016, so far no luck with ...
Lim Guang Jian's user avatar
1 vote
1 answer
348 views

How to use MultiDatesPicker v1.6.1 in Wordpress

MultiDatesPicker is a little plugin that enables jQuery UI calendar to manage multiple dates with the following features, Pick multiple dates not in sequence, Define a maximum number of pick-able ...
WhoAre's user avatar
  • 154
6 votes
6 answers
8k views

Disable datepicker past date & time

I'm using datepicker and i like people not be able to select date and time previous to the present day. I used "minDate: 0" to disable the past date but is there a way to disable past time. For ...
user2672112's user avatar
-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
1 vote
1 answer
70 views

Errors while implementing datepicker jquery UI

I have used datepicker in one of my page and when I hover over the respective div of date picker I am getting something like below and also the below errors <link rel="stylesheet" href="//code....
rji rji's user avatar
  • 707
0 votes
2 answers
971 views

how to disable previous date in jquery

I have followed and tried this solution: http://jqueryui.com/datepicker/#min-max but it doesnt work on my end.When click the datepicker the calendar pops out but i can select the previous dates. I ...
aianLee's user avatar
  • 97
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
1 answer
72 views

Issue with DatePicker Change

I'm working with Asp .net MVC3.I've the following table on view page, <table> <tr> <th>Id</th> <th>Name</th> <th>date1</th&...
user2514925's user avatar
2 votes
1 answer
6k views

How to custom jquery ui datepicker trigger button inline with <input> tag

I am using the datepicker in jquery ui version 1.10.4 which can produce the trigger button when set option by following: $('#datetimepicker').datepicker({ dateFormat: 'yy-mm-dd', showOn: '...
ohm89's user avatar
  • 311

15 30 50 per page