We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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/[email protected]/dist/css/BsMultiSelect.min.css"> <script src="/public/js/jquery-3.7.1.min.js"></script> <script src="https://cdn.jsdelivr.net/npm/@popperjs/[email protected]/dist/umd/popper.min.js"></script> <script src="/public/js/bootstrap.bundle.min.js"></script> <script src="https://cdn.jsdelivr.net/npm/@dashboardcode/[email protected]/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?
"Uncaught TypeError: $(...).bsMultiSelect is not a function"
The text was updated successfully, but these errors were encountered:
same here
Sorry, something went wrong.
Thank you... I will test it today.
@rpokrovskij any updates?
No branches or pull requests
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:
Then I created a "select" with id="day_of_week" in the body and added at the bottom of the page:
However, I'm getting an error:
"Uncaught TypeError: $(...).bsMultiSelect is not a function"
What could be the issue?
The text was updated successfully, but these errors were encountered: