выдаёт ошибку <?php
<script = <<< JS
$('#btn').on('clic', function() {
$.ajax({
url: 'index.php?r=post/index',
date: {test: '123'},
type: 'GET',
success: function(res) {
console.log(res);
},
error: function() {
alert('Error!!!');
}
});
});
JS;
<?php $this->registerJs($js);
on('click', не on('clic',
Убери <script места него $js
Обсуждают сегодня