All Questions
Tagged with jquery-ui-datepicker css
119 questions
1
vote
3
answers
2k
views
How to contain jQuery datepicker within div?
UPDATES: I tried the suggestions below but they did not work.
I want to contain the calendar within the white div with a dark grey border (class = "profileEdit"), and only have its overflow ...
0
votes
1
answer
857
views
jquery datepicker calendar position is showing off screen
I am using datepicker as below. I have noticed that calendar is opened off screen. when I unzoom the page, I can see it's open at very very bottom of the screen. I have tried z-index but it's not ...
0
votes
1
answer
297
views
How do I change the datepicker year dropdown list to be smaller in height? It's really long and extends towards the start/end of the viewport
The height is quite long for a dropdown list of the years. I've tried using CSS but to no avail, I think it requires more than that. I've been searching online and can't seem to find the right answer, ...
1
vote
1
answer
265
views
Change the position of jquery datepicker to the top
I want to change the position of my datepicker a little to the top.
This is my datepicker
This is my code inside the jquery css file:
.ui-datepicker {
width: 20em;
padding: .2em .2em 0;
...
0
votes
0
answers
629
views
how to put the calendar icon of a datepicker inside a div or table
I would like to put the "calendar.png" icon of a datepicker inside a div, or even a table. The objective is to be able to position it wherever I want. With this I have managed to place it ...
0
votes
0
answers
115
views
jQueryUI datepicker cutting off year
I am trying to implement a simple datepicker dropdown for my website using the jQueryUI widget, as shown on their website.
The display is fine on Safari and Firefox. On Chrome, however, the selected ...
0
votes
0
answers
508
views
Add circles to jQuery ui-datepicker-calendar
In my website I have use the jQuery complement called datepicker for representing a calendar.
I want to add to the days, some circles that will simulate like a legend. That's what I am trying to ...
-2
votes
1
answer
297
views
Broken Delivery Estimate Calculator
I'm hoping someone can help me figure out how to code an app that allows you to select a mailing date with jquery datepicker, select Standard or First-class shipping from a dropdown, and calculate an ...
1
vote
1
answer
2k
views
Uncaught TypeError: Cannot read property 'split' of undefined in jQuery
I am using an input field to include a date picker. The code for the date picker is running perfectly if I run it alone. However when I am integrating the datepicker input field I am getting an error:
...
0
votes
0
answers
335
views
Datepicker "flickering" on window.resize
I have a datepicker inside a jquery dialog window. For some reason I have to close and reopen the datepicker on window.resize. What I have tried so far:
$(window).resize(function () {
if ($("#...
0
votes
0
answers
57
views
bootstrap 4 datepicker display one side deviation
I use bootstrap 4 datepicker for my function. everything were ok. But now I check this function again. It is showing issue. all of day col were put in to one header col due to wrong font in datepicker ...
0
votes
1
answer
469
views
Datepicker range don't allow the check out date to same day
I'm trying to do check-in and check-out date for the same day but it not let me do that. Please help me to do this.
var ajax_check_var = '';
$('.location_search_results_ul').hide();
$("#...
0
votes
1
answer
2k
views
Datepicker icon not aligned properly with textbox
I have two textbox with datepicker, currently I am using a button icon for selecting the date. My problem is the button is appearing directly below the textbox whereas I would like it to align ...
0
votes
1
answer
97
views
DatePicker has no formatting
Please see the code below, which I took from here: https://jqueryui.com/datepicker/#min-max
<!doctype html>
<html lang="en">
<head>
<link rel="stylesheet" href="//code....
1
vote
1
answer
564
views
Bootstrap 4 Modal and jquery-ui datepicker
Hello I am having the following issue. I have recently upgraded Bootstrap to version 4.1 (from 3.3.X) and I am trying to make modals behave in the same way they used to.
I am having a standard ...