-
Notifications
You must be signed in to change notification settings - Fork 28
Open
Description
Hello everyone!
I'm trying to use a plugin on Bootstrap v5.3.2 and JQuery 3.7.1
In the head section, I included:
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@dashboardcode/bsmultiselect@1.1.18/dist/css/BsMultiSelect.min.css">
<script src="/public/js/jquery-3.7.1.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.11.0/dist/umd/popper.min.js"></script>
<script src="/public/js/bootstrap.bundle.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/@dashboardcode/bsmultiselect@1.1.18/dist/js/BsMultiSelect.min.js"></script>Then I created a "select" with id="day_of_week" in the body and added at the bottom of the page:
<script>
$("#day_of_week").bsMultiSelect();
</script>However, I'm getting an error: "Uncaught TypeError: $(...).bsMultiSelect is not a function"
What could be the issue?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels