扩展自 $.fn.spinner.defaults,用 $.fn.timespinner.defaults 重写了 defaults。

依赖
spinner
用法
1. <input id="ss" required="true" style="width:80px;">
1. $('#ss').timespinner({
2. showSeconds:true
3. });
特性
其特性扩展自 spinner,下列是为 timespinner 增加的特性。.
名称
类型
说明
默认值
separator
string
时分秒之间的分隔符。
:
showSeconds
boolean
定义是否显示秒的信息。
false
highlight
number
初期高亮的域, 0 = 时, 1 = 分, ……
事件
其事件扩展自 spinner。
方法
其方法扩展自 spinner,下列是为 timespinner 重写的方法。
参数
数码
options
none
返回 options 对象。
setValue
value
设置 timespinner 的值。
getHours
获取当前的时钟的值。
getMinutes
获取当前的分钟的值。
getSeconds
获取当前的秒钟的值。