The Practice of Quick Browsing of PJAX on HTML5
Download as PDF
DOI: 10.25236/eeems.2018.048
Corresponding Author
Xiaorui Yue
Abstract
The traditional technology to access webpages without refresh by AJAX has some drawbacks. First, the address bar cannot show the different address of the different pages. Second, it cannot use the browser’s forward and back buttons to go through the pages. The new APIs, the history. PushState and history. Replace State, which introduced by HTML5, can change the page URL while accessing the page without refreshing. Combined with AJAX technology, the above problems can be solved and the access efficiency will be significantly increased.
Keywords
HTML5, AJAX, PJAX