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

前端之家收集整理的这篇文章主要介绍了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/993726.html

猜你在找的Node.js相关文章