twitter-bootstrap – Twitter Bootstrap日期选择器

前端之家收集整理的这篇文章主要介绍了twitter-bootstrap – Twitter Bootstrap日期选择器前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
如何使用Twitter Bootstrap日期选择器?我使用下面的代码,但它不工作。
<html>
    <head>
    <title>DatePicker Demo</title>
    <script src="js/jquery-1.7.1.js"></script>
    <link href="css/datepicker.less" rel="stylesheet" type="text/css" />
    <link href="css/bootstrap.css" rel="stylesheet" type="text/css" />
    <link href="css/bootstrap.min.css" rel="stylesheet" type="text/css" />
    <script src="js/bootstrap-datepicker.js"></script>

    </script>
    </head>
    <body>
    <form >
        <div class="input">
            <input class="small" type="text" value="01/05/2011" data-datepicker="datepicker">
        </div>
    </form>

    </body>
</html>

解决方法

原文链接:https://www.f2er.com/bootstrap/234775.html

猜你在找的Bootstrap相关文章