jQuery(…).activeform is not a function in Yii

后端 未结 3 1047
小鲜肉
小鲜肉 2021-01-18 03:27

I am developing a project with Yii.

I need to use jquery ui on many pages of site. So I add jquery core library and jquery ui library in the layout of site to have a

3条回答
  •  说谎
    说谎 (楼主)
    2021-01-18 03:50

    add this code with yours path to js in head.php

    clientScript->scriptMap = array('jquery.js'=>'/js/jquery-3.3.1.js') : Yii::app()->clientScript->scriptMap = array('jquery.min.js'=>'/js/jquery-3.3.1.min.js') ?>
    getClientScript()->registerCoreScript('jquery'); ?>
    

提交回复
热议问题