2015-11-13 10:40:59 +11:00
|
|
|
<!doctype html>
|
|
|
|
|
<html>
|
|
|
|
|
<head>
|
|
|
|
|
<meta charset='utf-8'>
|
|
|
|
|
<title>Hello</title>
|
|
|
|
|
<script src='../pjax.js'></script>
|
|
|
|
|
<script src='example.js'></script>
|
|
|
|
|
</head>
|
|
|
|
|
<body>
|
|
|
|
|
<div class='body'>
|
|
|
|
|
<h1>Index</h1>
|
2016-03-24 12:38:15 +01:00
|
|
|
Hello.
|
|
|
|
|
Go to <a href='page2.html'>Page 2</a> and view your console to see Pjax events.
|
|
|
|
|
Clicking on <a href='index.html'>this page</a> will just reload the page entierly.
|
2015-11-13 10:40:59 +11:00
|
|
|
</div>
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|