While working with Yii2, I had a problem with jquery files. In the layout, I registered the file jquery-1.10.2.min.js. But on the inner page as usage ActiveForm, then it includes a jquery file from assets.
Is there any way to delete jquery-1.10.2.min.json any page when using ActiveForm?
Many thanks,
M.
source
share