https://github.com/defunkt/jquery-pjax
将jquery.pjax.js部署到你的页面中,将需要使用pjax的a链接进行绑定(不能绑定外域的url),如:
$.pjax({
selector: 'a',
container: '#container', //内容替换的容器<