All Questions
Tagged with jquery-ui-timepicker jquery-ui-datepicker
8 questions
0
votes
1
answer
78
views
How to check if jQuery properties have been set in JavaScript and PHP?
Before I being, let me clarify I am a newbie to jQuery and JavaScript. I'm sorry if the answer is obvious 😅
Okay, I am trying to create a page where the user can select dates and times, and want to ...
0
votes
0
answers
255
views
Using timepicker on bootstrap
I try to use datepicker and timepicker on a web application with jQuery.
datepicker works well and I find the class.
Nevertheless I do not know why timepicker does not. The class does not exist and ...
2
votes
1
answer
6k
views
Jquery UI timepicker add-on firing parsing error
I keep on get an error when using this the JQuery time picker add-on from here trentrichardson.com/examples/timepicker/ I don't know what's wrong with it and no matter what I do it doesn't change.
...
0
votes
2
answers
489
views
Wicket + Ajax + hasDatepicker
I have a little problem with Wicket 1.5, Ajax and Datepicker.
I begin with:
<td>
<input class="no_float_short timepicker short"
type="text" wicket:id="timeOfDay"/>...
0
votes
1
answer
5k
views
Update the jquery timepicker addon from a date picker
I have two input fields, one with a date picker and one with a timepicker (showing only the time sliders, without the calendar). I wanted to show a different time span in the time picker, if Saturday ...
0
votes
0
answers
868
views
javascript - datetimepicker position - middle
I'm new at using any jQuery. I need to make my form with datepicker and timepicker, as I need both, I choose this one:
http://trentrichardson.com/2010/04/19/timepicker-addon-for-jquery-ui-datepicker/
...
8
votes
7
answers
25k
views
How to change jQuery UI Datepicker Z-Index value?
I am forced to use an older version of jquery ui which is 1.8.10. The datepicker in this version had a bug inside of the z-index setting which at times made it appear under other controls. I am simply ...
0
votes
1
answer
390
views
How to reduce time (from 9am to 5pm)? Timepicker addon
I use http://trentrichardson.com/examples/timepicker/jquery-ui-timepicker-addon.js
This is my code:
<script type="text/javascript">
$(document).ready(function(){
$('#time').datetimepicker({ ...