我需要将日历添加到表单中。我想安装这个项目: https ://github.com/vitalets/bootstrap-datepicker
但据说:某些样式需要bootstrap的下拉组件(dropdowns.less),箭头需要bootstrap的精灵(sprites.less and associated images)。
如何将该文件添加到我的应用程序?
非常感谢!
我需要将日历添加到表单中。我想安装这个项目: https ://github.com/vitalets/bootstrap-datepicker
但据说:某些样式需要bootstrap的下拉组件(dropdowns.less),箭头需要bootstrap的精灵(sprites.less and associated images)。
如何将该文件添加到我的应用程序?
非常感谢!
您必须下载并包含以下资产。
http://getbootstrap.com/2.3.2/assets/css/bootstrap.css
http://getbootstrap.com/2.3.2/assets/css/bootstrap-responsive.css
http://eternicode.github.io/bootstrap-datepicker/bootstrap-datepicker/css/datepicker.css
http://code.jquery.com/jquery.js
http://getbootstrap.com/2.3.2/assets/js/bootstrap.js
http://eternicode.github.io/bootstrap-datepicker/bootstrap-datepicker/js/bootstrap-datepicker.js
然后在html中,像这样使用。
<input data-provide="datepicker">
请注意,我在这里给出了 bootstrap 2.3。