标签: php twitter-bootstrap yii2 bootstrap-modal active-form
如果将ActiveForm置于bootstrap模式中,则所有资产都会再次注册,从而导致jquery冲突并影响性能。 如何控制从ActiveForm注册的资产,注意我需要验证而不需要其他脚本。
答案 0 :(得分:0)
在此之前插入此代码:return $this->renderAjax()
return $this->renderAjax()
Yii::$app->assetManager->bundles = [ 'yii\bootstrap\BootstrapPluginAsset' => false, 'yii\bootstrap\BootstrapAsset' => false, 'yii\web\JqueryAsset' => false, ];