Top "Pjax" questions

pjax is a jQuery plugin that loads HTML from your server into the current page without a full reload.

Jquery Pjax - Ajax success function

Currently I am translating my ajax calls to regular $.pjax() call. Everything works fine but ajax success function. I can't …

javascript jquery ajax pjax
pjax still does full page reload

I have tried pjax examples in chrome and firefox, i took the sample code and placed it into my own …

javascript jquery pjax
Yii2 Pjax on ActiveForm and GridView [ Got it Working]

I have a gridview <?php Pjax::begin(['id' => 'members']) ?> <?= GridView::widget([ 'dataProvider' => $dataProvider, // 'filterModel' => $…

yii2 pjax
Yii2 Pjax and ActiveForm beforeSubmit not working after reload?

I am creating a loading indicator on my submit button and attaching the "start" procedure to the beforeSubmit event using …

javascript yii2 pjax
How to update widget with pjax in modal window in yii2

I have two ActiveForms in a modal window and after submitting first form, I need to update second one and …

php ajax yii2 pjax active-form
using pjax to submit a form

I have form on my page that has the following code <form class="form"> ... bunch of inputs and …

javascript jquery asp.net-mvc-3 pjax
How to ignore popstate initial load, working with pjax

I have been trying to get the forward an back browser buttons to work on a small site using pjax …

jquery ajax pjax popstate
Disable pjax loading on certain buttons inside Pjax container (Yii2)

I need to disable pjax inside pjax container on some anchor tags like cancel/ back button. Below is my code: …

yii2 pjax
Preventing users from accidentally navigating away from unsaved pages

I got the snippet below from this SO post, and it works when a user tries to reload the page …

javascript jquery html pjax
Yii2 : Search in Gridview using Pjax POST Method with pagination

I am beginner to yii2 & trying to search fields in Gridview using Pjax on search button. I have done …

php gridview yii2 pjax