Top "Pjax" questions

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

Using Pjax in YII2 for updating a div

I'm trying to use Pjax widget in a yii2 project. My goal is to update the div #formsection with some …

pjax yii2
history.pushState - not working?

I want to change html without reload. I do it like: $('#left_menu_item').click(function(e) { if (!!(window.…

javascript html history pushstate pjax
Yii2: Updating Grid-view using Pjax

Following this Wiki Yii 2.0: Pjax on ActiveForm and GridView - Yii2 I have tried to use my gridview to update …

php gridview yii2 pjax
Single Page Application using Django

I am using django-easy-pjax for making a Single-Page-Application: base.html: {% load staticfiles %} <script type="text/javascript" src="{% static '/…

django django-rest-framework single-page-application pjax
How to refresh pjax listview in yii2? It reloads the entire page

I want to be able to refresh a pjax listview without refreshing the whole page. This is the view just …

php yii2 pjax
Yii2 Pjax GridView action buttons issue

I am trying to make an Ajax GridView using Pjax. Everything is working fine except the view, update and delete …

ajax gridview yii2 pjax
Is pjax the way to go for "fluid" navigation?

I've started playing with pjax, as I want to provide a fast, fluid experience for my users without a lot …

jquery ajax pjax
Pagination in gridview Yii2 without page reload

I am a Yii2 beginner. I have almost completed all of my grid-view except for pagination. I tried to use …

ajax gridview pagination yii2 pjax
How to run jQuery before and after a pjax load?

I'm currently using pjax and it works great but I need to run two jQuery functions, one before pjax loads …

javascript jquery ajax pjax
How to use PJAX? (PJAX With PHP?)

I was trying to get PJAX working with my PHP site, this is the code I am using for it: &…

php jquery ajax pushstate pjax