“yii2 jQuery Head” Ответ

yii2 jQuery Head

// Add this your view file:
$this->registerAssetBundle(yii\web\JqueryAsset::className(), View::POS_HEAD);
Tender Turkey

yii2 jQuery Head

// Configure the jquery in the component section of your main.php or main-local.php
'components' => [
    'assetManager' => [
        'bundles' => [
            'yii\web\JqueryAsset' => [
                'jsOptions' => [ 'position' => \yii\web\View::POS_HEAD ],
            ],
        ],
    ],
],
Tender Turkey

Ответы похожие на “yii2 jQuery Head”

Вопросы похожие на “yii2 jQuery Head”

Смотреть популярные ответы по языку

Смотреть другие языки программирования