因为yii2中jquery位置默认在最下方,可将自定义js位置放在下方,这样就可以执行当页面加载完触发动作。记录下方式,查找方便
<?php $this->beginBlock(‘test‘) ?>$(function($) { var jsonobj = format($("#outersd-content_p1").val()); $("#outersd-content_p1").val(jsonobj);});<?php $this->endBlock() ?><?php $this->registerJs($this->blocks[‘test‘], \yii\web\View::POS_END); ?>
其实也可以将jquery置顶,但是一时没找到办法,过路者谁知道可以帮我解答下,谢谢!
时间: 2024-11-05 20:30:47