我使用的是附加VOOR引導爲能夠與一個datepicker工作:https://bootstrap-datepicker.readthedocs.io/en/latest在線日期選擇器引導
現在我試圖使它作爲內嵌可見,我ahev試圖找出代碼使用此工具:https://uxsolutions.github.io/bootstrap-datepicker/?markup=embedded&format=dd-mm-yyy&weekStart=&startDate=&endDate=&startView=0&minViewMode=0&maxViewMode=4&todayBtn=false&clearBtn=false&language=nl&orientation=auto&multidate=&multidateSeparator=&calendarWeeks=on&todayHighlight=on&keyboardNavigation=on&forceParse=on#sandbox
出於某種原因,西港島線沒有顯示出來。有什麼建議麼?
<div id="calendar"></div>
<!-- Datepicker -->
<script src="includes/js/bootstrap-datepicker.js"></script>
<script src="includes/js/bootstrap-datepicker.nl.min.js"></script>
<script type="text/javascript">
$('#sandbox-container calendar').datepicker({
language: "nl",
calendarWeeks: true,
todayHighlight: true
});
</script>