zoukankan      html  css  js  c++  java
  • 日期控件jsdate用法注意事项

    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>jQuery-jcDate日期输入框插件</title>
    <link href="css/jcDate.css" rel="stylesheet" type="text/css"/>
    </head>
    <body>
    <!--代码部分begin-->
    <div id="lanrenzhijia">
    <input class="jcDate" style="200px; height:20px; line-height:20px; padding:4px;" />
    </div>
    <script src="http://www.lanrenzhijia.com/ajaxjs/1.7.2/jquery-1.7.2.min.js"></script>这里不能用高版本的Js库
    <script src="js/jQuery-jcDate.js"></script>
    <script>
    $(function (){
    $(".jcDate").jcDate({       
    IcoClass : "jcDateIco",
    Event : "click",
    Speed : 100,
    Left : 0,
    Top : 28,
    format : "-",
    Timeout : 100
    });
    });
    </script>
    <!--代码部分end-->
    </body>
    </html>
  • 相关阅读:
    ASP.NET Session
    表格导入和导出
    C#根据当前时间获取其他时间
    SuperGridControl全局设置
    无框窗体移动
    窗体在屏幕边缘隐藏
    comboBoxEx
    CROSS JOIN
    supergirdcontrol单元格添加控件
    ADVtree
  • 原文地址:https://www.cnblogs.com/superMay/p/5695350.html
Copyright © 2011-2022 走看看