Closed sergeynilov closed 3 years ago
That is how console of my browser looks like : https://prnt.sc/wes6dq Apart I use and init gijgo datepicker, tinymce, autonumeric component when jquery is inited and they all works ok. I mean jquery was inited ok. Any hints ?
@sergeynilov Is it working for you? It might be the same issue as https://github.com/blueimp/jQuery-File-Upload/issues/3716
Please see #2190
Hello, In my Laravel 8 / jQuery 3.5.1 / bootstrap 4.5.3 app I want to add jQuery-File-Upload library and adding all files to my project I got error
At line with fileupload calling:
in my resources/views/admin/layouts/app.blade.php :
and in resources/js/bootstrap.js :
I am sure that fileupload is triggered afetr quesry is loaded. I tried to change order of files in my blade file, but got this error anyway...
I tried to change place of @yield('scripts') inside of app.blade.php and location of js files inside of my blade file, but failed...
How it can be fixed?
Thanks!