写在 html 文件里面
<?php $js = <<<JS $(".sub_btn").on('click', function(){ alert('hello') JS; $this->registerJs($js,\yii\web\View::POS_END); ?>
写在 html 文件里面
<?php $js = <<<JS $(".sub_btn").on('click', function(){ alert('hello') JS; $this->registerJs($js,\yii\web\View::POS_END); ?>