All Questions
2 questions
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({ ...