Tuesday, June 29, 2021

MDB standard error: Calendar is not defined

Upon following instructions here: https://mdbootstrap.com/docs/standard/plugins/calendar/ I was getting the error “Calendar is not defined” in my HTML-only template. This happens because such class was not included in the core package. Once I added the calendar plugin package to the html it did work:

<link rel="stylesheet" href="plugins/css/calendar.min.css" />
<script type="text/javascript" src="plugins/js/calendar.min.js"></script>

No comments:

Post a Comment