- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我需要将日历添加到表单中。
我想安装这个项目:
https://github.com/vitalets/bootstrap-datepicker
但据说:
某些样式需要 Bootstrap 的下拉组件(dropdowns.less),箭头需要 Bootstrap 的 Sprite (sprites.less 和相关图像)。
如何将该文件添加到我的应用程序?
非常感谢!
最佳答案
您必须下载并包含以下 Assets 。
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">
关于twitter-bootstrap - Bootstrap : How to add dropdown. 少?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19272070/
我是一名优秀的程序员,十分优秀!