jquery - How to change the TimePicker Position? -
i using jquery 1.6.4 timepicker. timepicker working fine want alter position of timepicker . whenever click in textbox open timepicker opens on right side outside mobile app screen . how can alter position ?
<script type="text/javascript"> $(document).ready(function(){ $('#sample1 input').pttimeselect(); }); </script>
please seek alter position of textbox timepicker's position automatically changed .
jquery html5 jquery-ui timepicker
No comments:
Post a Comment