jQuery日期和时间插件jquery-ui-timepicker-addon.js中文破解版使用

简介

jQuery UI Datepicker日期选择插件很好用了,只不过只能精确到日,不能选择时间(小时分钟秒)很遗憾,而jquery-ui-timepicker-addon.js正是基于jQuery UI Datepicker的一款可选时间的插件。

官网地址:http://trentrichardson.com/examples/timepicker/

官网demo下载:https://github.com/trentrichardson/jQuery-Timepicker-Addon

插件效果图:

Demo使用

<html>
head>
    title></link type="text/css" href="http://code.jquery.com/ui/1.9.1/themes/smoothness/jquery-ui.css" rel="stylesheet" />

    href="jQuery-Timepicker-Addon/jquery-ui-timepicker-addon.css" type="text/css" />
    ="jQuery-Timepicker-Addon/demos.css"="stylesheet"script src="http://code.jquery.com/jquery-1.8.2.min.js"="text/javascript"script="text/javascript" src="http://code.jquery.com/ui/1.9.1/jquery-ui.min.js"="jQuery-Timepicker-Addon/jquery-ui-timepicker-addon.js">

    <!--中文-->
    ="js/jquery.ui.datepicker-zh-CN.js.js" charset="gb2312"="js/jquery-ui-timepicker-zh-CN.js">
        jQuery(function () {
            // 时间设置
            jQuery('#time).datetimepicker({
                timeFormat: "HH:mm:ss,dateFormat: yy-mm-dd
            });

        });
    </bodyinput id="time"="text" />
>

 

项目预览图:

demo代码下载:http://pan.baidu.com/share/link?shareid=125342&uk=590309421

结束

祝:大家每天开心幸福~

 

相关文章

这篇文章主要介绍“基于nodejs的ssh2怎么实现自动化部署”的...
本文小编为大家详细介绍“nodejs怎么实现目录不存在自动创建...
这篇“如何把nodejs数据传到前端”文章的知识点大部分人都不...
本文小编为大家详细介绍“nodejs如何实现定时删除文件”,内...
这篇文章主要讲解了“nodejs安装模块卡住不动怎么解决”,文...
今天小编给大家分享一下如何检测nodejs有没有安装成功的相关...