我需要在表单中添加日历.
我想安装这个项目:
https://github.com/vitalets/bootstrap-datepicker
我想安装这个项目:
https://github.com/vitalets/bootstrap-datepicker
但据说:
对于某些样式,需要bootstrap的下拉组件(dropdowns.less),对于箭头,需要bootstrap的sprite(sprites.less和相关图像).
非常感谢你!
解决方法
您必须下载并包含以下资产.
CSS
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
JS
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.