Top "Pjax" questions

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

Yii2 Pjax Delete not working

I am trying to make an Ajax GridView using Pjax with delete button. Deleting goes with no Ajax. I am …

php yii2 crud pjax
Yii 2: Pjax + Gridview delete does not send ajax request

I am using Pjax with Gridview and I want all my action button do ajax. By default, they dont, so …

gridview yii2 pjax
Where to put the page-initialize javascript when using pjax?

Most of the times, I put some javascript code in $(document).ready to do some initialization stuffs on the page, …

javascript pjax
yii2 gridview pjax event

I would like to run a script after sort gridview where pjax is active. I could not find any event …

gridview yii2 pjax
submitting form with PJAX

Im using PJAX in my web project, and when I submit my form, PJAX actually handling it, the related stuff …

javascript php jquery html pjax
Reload only gridview in yii2

How can I, reload only grid-view on on change event of drop-down in Yii2? I know that it can be …

php gridview yii2 pjax
How to reload multiple pjax

i just want to know how to reload multiple pjax? this is my code $.pjax.reload({container:"#con_camp"}); $.pjax.…

yii2 pjax
Page reload after pjax

everybody! I try to use jquery-pjax I have html code with fragments: <li id="left_menu_item"><…

javascript html pjax