0

如果将 ActiveForm 放入 bootstrap modal 中,所有资产都会重新注册,导致 jquery 冲突并影响性能。我如何控制从 ActiveForm 注册的资产,注意我需要验证而不需要其他脚本。

在此处输入图像描述

4

1 回答 1

0

在之前插入此代码:return $this->renderAjax()

Yii::$app->assetManager->bundles = [
  'yii\bootstrap\BootstrapPluginAsset' => false,
  'yii\bootstrap\BootstrapAsset' => false,
  'yii\web\JqueryAsset' => false,
];
于 2016-06-30T10:12:48.503 回答