grimmlink / timingfield
A jquery 插件,将时间戳字段转换为小时/分钟/秒选择器。
1.0
2015-05-26 12:47 UTC
Requires
- components/jquery: >=1.8.0
This package is auto-updated.
Last update: 2024-09-10 01:03:45 UTC
README
A jquery 插件,将时间戳字段转换为小时/分钟/秒选择器。
需求
- jQuery
- Twitter Bootstrap
安装
使用 composer 安装
... "require": { ... "grimmlink/timingfield": "1.1", ... }, ...
配置
这是当前可用的配置
$.fn.timingfield.defaults = { maxHour: 23 width: 263, hoursText: 'H', minutesText: 'M', secondsText: 'S', hasSeconds: true };
使用方法
... $('.timestamp').timingfield(); ...