All Questions
35 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
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
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 ...
0
votes
1
answer
189
views
Using JQuery Datepicker (Elements With Duplicate IDs)
I am running into the below error when using the jquery-ui datepicker.
0x800a138f - JavaScript runtime error: Unable to set property 'currentDay' of undefined or null reference
I have read online ...
0
votes
2
answers
569
views
How to close jquery datepicker
I have a datepicker similar to this one datepicker. In this case, The datepicker is tied to a div and not to an input but the date outout is displayed in the input field. But the datepicker does not ...
0
votes
1
answer
44
views
How to apply Styles to a HiddenField Shown on a Button
I have a button that when clicked pops up a jquery-ui datepicker. This works perfectly, is positioned correctly, and all that fun stuff. The calendar is not used for anything specific - it is just ...
0
votes
2
answers
87
views
How to disable selected days?
I have booking form to reservastion hotels so I want to disabled selected days how can I do that ? I mean if I select 20 from first datepicker so 20 must be unselectable in second datepicker
...