如何提交表单,处理数据,将其发送到操作,最后将其放在pjax容器中?我知道pjax容器包装表单的解决方案,但我的情况是这样的:
$form = ActiveForm::begin();
...
...
...
ActiveForm::end();
some html
Pjax::begin(['id' => 'container']);
The result from the controller action goes here
Pjax::end():
我以前用javascript / jQuery函数看过这样的解决方案,但现在无法找到它。有些人可以给我示例或至少一些有用的链接。先感谢您!附:红了很多文章,但对我的案子来说并不好。