如何在选择日期后隐藏日历?有没有我可以使用的特定功能?我的代码如下:
$('#dp1').datepicker({
format: 'mm-dd-yyyy',
startDate: '-15d',
autoclose: true,
endDate: '+0d' // there's no convenient "right now" notation yet
});
Run Code Online (Sandbox Code Playgroud)
任何帮助,将不胜感激.
我遇到了一个问题,即在我的列上将图像包裹在我的图像周围.我有一个模板,它正在运行多个页面.一些图像不够长,所以它不能超过整个列......我意识到它们在2个不同的div中,但如果有人有解决方案请告诉我.
如果您阅读并查看问题所在,您会发现它不重复......
这是我的代码的样子
<div class="row" data-sf-element="Row">
<div id="contentPlaceholder_C002_Col00" class="sf_colsIn col-md-6" data-sf-element="Column 1">
<div>
<div>
<h2>Contrary to popular belief, Lorem Ipsum is not simply r</h2>
<p>Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and …Run Code Online (Sandbox Code Playgroud)