How to add jQuery UI to an Asset Bundle in Yii2
At first install official JUI Extension for Yii 2.
Then add
Then add
yii\jui\JuiAsset to list of dependent assets:public $depends = [
'yii\jui\JuiAsset',
...
];
Comments
Post a Comment