timePicker
pb.timePicker(selector, options)
A component used to select a time from a list of times.
Returns: Object
- Returns the element selected by jQuery with the selector
argument.
Param | Type | Description |
---|---|---|
selector | string | The selector for the input you want the TimePicker to bind to. |
options | Object | User specified options for the TimePicker. Available options can be found at https://github.com/jonthornton/jquery-timepicker#options |