Skip to content
New issue

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

$('#exampleModal').on('show.coreui.modal', function (event) not work #43

Open
MalcoMarco opened this issue Aug 17, 2020 · 2 comments
Open

Comments

@MalcoMarco
Copy link

https://coreui.io/docs/components/bootstrap/modal/#modifying-modal-content

show.coreui.modal not work

@rakieta2015
Copy link
Collaborator

Please place the jQuery script before the "coreui.bundle.min.js" and "coreui-utils.js" scripts in the "base.blade.php" file
For example:
<script src="{{ asset('js/jquery.min.js') }}"></script>
<script src="{{ asset('js/coreui.bundle.min.js') }}"></script>
<script src="{{ asset('js/coreui-utils.js') }}"></script>

@Trecobat
Copy link

Hello,
the jquery script is before coreui's scripts, but it still doesn't work for me
Any other suggestion ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants