All Questions
33 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 ...
-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
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
61
views
jQuery datepicker style days width and add multiple elements
I would like to:
style the CSS width on specific days (e.g. like a power bar inside)
add multiple elements inside those specific days
This is how I tried to style them for demonstration (hardcoding) ...
0
votes
1
answer
1k
views
jQuery UI Datepicker: how to set container's display to flex?
as the title says, I want Datepicker's "ui-datepicker-div" to be set as flex. My goal is to create a lightbox, but I don't how to accomplish this easily. I did some experiments in jquery ui's code to ...
0
votes
3
answers
469
views
Jquery UI Datepicker highlight days not working on Mozilla Firefox
I done some customization in the script for hightlight days. Its working fine with Chrome browser, but not in Firefox. There is a class "hightlight" added for specific dates in arrays (see screen shot)...
3
votes
1
answer
968
views
Show clear button in readonly input box on mousehover
<input id="my-input" type="search" />
shows a 'x' to clear the input on mousehover.
This behaviour is lost when I do
<input id="my-input" type="search" readonly="readonly">
I've had to ...
0
votes
2
answers
2k
views
Jquery UI datepicker shows on bottom in mobile device
Please see the page link: http://checkmyryde.com/rent.php
I have used Jquery ui datepicker, it is working fine with desktop view. But if open the page in mobile device, datepicker positioning at the ...
4
votes
4
answers
2k
views
Add custom classname to jquery calendar cell
I am using Jquery calendar. I am trying to insert a new class name to each cell of calendar. It gets added but it is getting removed as and when the calendar is clicked.
Basically it refreshes the ...
0
votes
1
answer
480
views
jQuery datepicker style goes broken on mobile
I have a style issue with jQuery UI datepicker. I was looking for the solution on Stack on this issue but still no luck. On desktop the datepicker looks nice but when I shrink the browser window to ...
0
votes
0
answers
26
views
how to manipulate angular-ui-date with bower
This is my console error:
Error: [$injector:nomod] Module 'ui.date' is not available! You either misspelled the module name or forgot to load it. If registering a module ensure that you specify the ...