Skip to main content

All Questions

Tagged with
479 questions with no upvoted or accepted answers
2 votes
0 answers
531 views

jQuery-ui datepicker gets cut off when scroll bar exists

Here is a screenshot of what I'm experiencing. The dark teal band at the bottom of the picture is a footer that spans across the whole screen, and what is inside the white area with the portion of the ...
Joshua Terrill's user avatar
2 votes
0 answers
25 views

.datepicker improper position on mobile?

On my computer .datepicker shows correctly beneath the form: But on my phone .datepicker overlaps the form: <%= f.text_field :deadline, id: "six", class: 'form-control', placeholder: 'Enter ...
AnthonyGalli.com's user avatar
2 votes
0 answers
889 views

datePicker : get the TD element object of a DAY

I want to be able to find the parent "td" of a day on a datepicker calendar, but can't find a way to do this. Example of the outpout of a datepicker : <td class=" " data-year="2013" data-month="6"...
Owow's user avatar
  • 347
2 votes
0 answers
235 views

how to change the jquery ui theme dynamically

I have three text box with jquery ui date picker Now what i need is i need to add the theme dynamically for each date picker i need separate theme is it possible to do ? Please check my Fiddle here ...
Question User's user avatar
2 votes
1 answer
1k views

How to retrieve values from datepicker in a datepicker input field (using PHP MySQL)?

I have this form to update a record using PHP MySQL. I want to retrieve the value of the date column in a datepicker field. Is that possible? I try using $_REQUEST['date'], but the result is empty. ...
thenoirlatte's user avatar
2 votes
1 answer
1k views

Multiple date inputs for jquery UI datepicker

I have a datepicker, and I need to be able to enter a date manually in multiple different formats. For example, for May 7, 2015, I need to be able to enter: 05/07/2015 05072015 050715 5715 I ...
Brandon's user avatar
  • 365
2 votes
2 answers
1k views

jQuery UI datepicker doesn't close on the iPad

The datepicker usually works on the PC, but not in iPad's browser. In beforeShow, I add the button to close: var headerPane = $("#ui-datepicker-div"); headerPane.append("<a href='javascript:void(0)...
Rafael Alves's user avatar
2 votes
0 answers
236 views

Multiple datepicker selected dates want to be highlighted

Already this question is there jquery multiple datepicker selected dates not highlighted well But im not getting the result for ex : if i selected the date 1 to 10 it want to highlight dates between ...
user avatar
2 votes
2 answers
2k views

Focus an inline jQuery UI Datepicker for the keyboard shortcuts?

I've been searching the net for an answer or sample of this but have come up short so far. jQuery UI gives some great "out of the box" keyboard shortcuts for the Datepicker widget, but they only seem ...
M.Bush's user avatar
  • 1,102
2 votes
2 answers
2k views

Cannot configure jQuery datepicker to select default date

I am using the following plugin for a datepicker: http://xdsoft.net/jqplugins/datetimepicker/ This is a very nice plugin however I am finding it difficult to set a default date when loading the box. ...
CR41G14's user avatar
  • 5,544
2 votes
1 answer
469 views

beforeShowDay call a day twice

how can i prevent that the function beforeShowDay called a day to times? The jquery datepicker has two months. 30.01.2013 -> month side jan 31.01.2013 -> month side jan 01.02.2013 -> month ...
poldixd's user avatar
  • 1,192
2 votes
2 answers
3k views

How to Calculate Number of days between two calender dates which are in text format in Javascript?

I'm having a form which is having two input fields with date picker(with the help of jquery ui).One asking a check in date & the other asking check out date.I want to calculate the Number of Days ...
user1820858's user avatar
2 votes
3 answers
2k views

jQuery UI datepicker input class

I'm quite fresh on jQuery, and I've just implemented jQuery + jQuery UI, but on the datepicker widget it seems like the classes added on the inputs from before are removed, and datepicker classes are ...
olemarius's user avatar
  • 1,134
2 votes
3 answers
6k views

Jquery UI Datepicker does not work

I tried everything but the Jquery ui datepicker does not shows up. Here is my code HEAD <link type="text/css" href="css/ui-lightness/jquery-ui-1.8.20.custom.css" rel="Stylesheet" /> <...
Roberto de Nobrega's user avatar
1 vote
0 answers
382 views

Flatpickr doesn't show after html code is rendered

I am using Flatpicker to show a datetime picker, and the following code works fine, if i click on the input field, the calender opens and the user is able to pick a datetime. <input id="...
Lesley Peters's user avatar

15 30 50 per page
1
2
3 4 5
32