Skip to content
/ pjaxphp Public
forked from Jrizzi1/pjaxphp

PJAX PHP an example of usage

Notifications You must be signed in to change notification settings

stvowi/pjaxphp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PJAX and PHP usage demo

demonstration using the original Chris Wanstrath's PJAX in PHP

important part i found was using

($_SERVER["HTTP_X_PJAX"])

pjax loads HTML from your server into the current page without a full reload. It's ajax with real permalinks, page titles, and a working back button that fully degrades.

pjax enhances the browsing experience - nothing more.

You can find the original demo on http://pjax.heroku.com/

About

PJAX PHP an example of usage

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 88.8%
  • PHP 11.2%