Commit 64c238a2 by Carsten Brandt

doc note about forms in pjax, fixes #2214

parent 8e11629a
...@@ -35,6 +35,9 @@ use yii\web\Response; ...@@ -35,6 +35,9 @@ use yii\web\Response;
* By default, Pjax enables [[enablePushState|push state]], which means the browser's current URL will * By default, Pjax enables [[enablePushState|push state]], which means the browser's current URL will
* be updated when an AJAX request is made by Pjax. * be updated when an AJAX request is made by Pjax.
* *
* Pjax can also be used for submitting forms, check the
* [pjax documentation](https://github.com/defunkt/jquery-pjax#pjaxsubmit) for it.
*
* @author Qiang Xue <qiang.xue@gmail.com> * @author Qiang Xue <qiang.xue@gmail.com>
* @since 2.0 * @since 2.0
*/ */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment