// Configure the jquery in the component section of your main.php or main-local.php
'components' => [
'assetManager' => [
'bundles' => [
'yiiwebJqueryAsset' => [
'jsOptions' => [ 'position' => yiiwebView::POS_HEAD ],
],
],
],
],