Skip to content

issue working with bootstrap 4  #9

@guysmart694

Description

@guysmart694

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>
<script th:src="@{../js/bala.DualSelectList.jquery.js}"></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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions