You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now when someone in a pjax-compatible browser clicks "next page" the content of `#pjax-container` will be replaced with the body of `/page/2`.
62
62
63
-
Magic! Almost. You still need to configure you server to look for pjax requests then send back pjax-specific content.
63
+
Magic! Almost. You still need to configure your server to look for pjax requests and send back pjax-specific content.
64
64
65
-
The pjax ajax request sends an `X-PJAX` header so in this example (and in most cases) we return a page without a layout to any requests with that header.
65
+
The pjax ajax request sends an `X-PJAX` header so in this example (and in most cases) we want to return just the content of the page without any layout for any requests with that header.
0 commit comments