Yii ajaxlink in partial

前端 未结 3 1942
南方客
南方客 2021-01-07 09:45

I\'m using Yii framework and have small problem. Then I include to the partial CHtml::ajaxLink, link stopping work as ajax, standart click is raised and per

3条回答
  •  不要未来只要你来
    2021-01-07 10:50

    Maybe you not finishing document right? try with:

     Yii::app()->end();
    

    And check differences in generated HTML between old version (which worked) and this one. Maybe some js lib not included?

提交回复
热议问题