微信公众号搜"智元新知"关注
微信扫一扫可直接关注哦!

timepicker

程序名称:timepicker

授权协议: 未知

操作系统: 未知

开发语言:

timepicker 介绍

This is a fairly simple jQuery plugin that replaces a single text input with a
set of pulldown menus to select hour, minute, and am/pm. Minute selections are
for quarter hours (:00, :15, :30, :45).

If the original input contains a time value in the format “hh:mmpp” (i.e.,
“06:30pm”), it will set the pulldown menus to the correct corresponding
values. Otherwise it will default to the current time. Minute values are
always rounded up to the next quarter hour.

The original input is updated whenever any of the pulldown menus change, so
there is no need to change anything else in your HTML form. The plugin can be
used safely to convert multiple inputs on the same page.

Options Could easily be added for additional time formats or to change the
minute increments (say, to every 5 minutes, for instance).

Usage is simple. Given a plain text form input like this:

<input class="time" type="text" name="start" id="start" />

You would transform it into a timepicker like so:

$('input.time').timepicker();

timepicker 官网

http://plugins.jquery.com/project/timepicker

版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 [email protected] 举报,一经查实,本站将立刻删除。

相关推荐