-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Description
This is very beautiful plugin, but i m not able to use the plugin with Bootstrap 4 and jquery 3,
below are the scripts i m using
<script src="webjars/jquery/3.5.1/jquery.slim.min.js"></script>
<script src="webjars/popper.js/1.16.0/umd/popper.min.js"></script>
<script src="webjars/bootstrap/4.5.2/js/bootstrap.min.js"></script>
<script th:src="@{/assets/bootstrap-dual-listbox/jquery.bootstrap-duallistbox.min.js}"></script>
<script
th:src="@{/summernote/summernote-bs4.min.js}"></script>
<script
th:src="@{/summernote/summernote-image-attributes.js}"></script>
<script th:src="@{js/main.js}"></script>
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script>jQuery.noConflict(true);</script>
I get below error
Uncaught TypeError: $(...).DualSelectList is not a function
at HTMLDocument. (event-update-action?idVal=1:832)
at e (jquery.slim.min.js:2)
at t (jquery.slim.min.js:2)
Can you please let me know what modification i need to do
Metadata
Metadata
Assignees
Labels
No labels