While working with Yii2, I am facing a problem with jquery files.
In layout I have registered a jquery-1.10.2.min.js file. But in inner page
as use ActiveForm then it includes jquery file from assets as well.
Is there any way to remove jquery-1.10.2.min.js on any page while using ActiveForm ?
Many Thanks,
M.