如何使用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>
解决方法
Twitter Bootstrap目前与jQuery UI样式不兼容。
https://github.com/twitter/bootstrap/issues/156
这可能会帮助你https://github.com/sferik/rails_admin(http://rails-admin-tb.herokuapp.com/admin/drafts/new)