coreui / coreui-free-laravel-admin-template

CoreUI Free Laravel Bootstrap Admin Template
https://coreui.io/laravel/
MIT License
621 stars 358 forks source link

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

Open MalcoMarco opened 4 years ago

MalcoMarco commented 4 years ago

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

show.coreui.modal not work

rakieta2015 commented 4 years ago

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/coreui.bundle.min.js') }}"></script>
<script src="{{ asset('js/coreui-utils.js') }}"></script>
Trecobat commented 2 years ago

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