Answer the question
In order to leave comments, you need to log in
How to change the order of scripts in Yii2?
Good day! I connected the extension and it pulls up its scripts (jquery.js and dropzone.min.js) I already have my jquery connected, how can I make it so that it does not connect its own, but uses the one that already exists. The version of the jquery extension is 2.2.4, and I have 3.2.1. He connects these scripts to the top of the footer. This is how the structure looks like:
<script src="/assets/67d19a55/jquery.js"></script>
<script src="/assets/aa09c499/dropzone/dist/min/dropzone.min.js"></script>
<script src="/js/jquery-3.2.1.min.js"></script>
<script src="/js/jquery.fullpage.min.js"></script>
<script src="/js/nouislider.min.js"></script>
<script src="/js/wNumb.js"></script>
<script src="/js/script.js"></script>
<script src="/assets/67d19a55/jquery.js"></script>
<script src="/assets/aa09c499/dropzone/dist/min/dropzone.min.js"></script>
<script src="/js/jquery-3.2.1.min.js"></script>
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question