width : numberDefault: undefined

The width of the timepicker.

Examples

JS Config

    
 <input id="timepicker" width="312" />
 <script>
    $('#timepicker').timepicker({ width: 280 });
 </script>

  

HTML Config

    
 <input id="timepicker" width="312" />
 <script>
    $('#timepicker').timepicker();
 </script>