* Fix check for radio and checkbox inputs * Fix GET form submission * Add example forms for testing * Refactor query string building
16 lines
323 B
HTML
16 lines
323 B
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>Page 2</title>
|
|
<script src="../pjax.js"></script>
|
|
<script src="example.js"></script>
|
|
</head>
|
|
<body>
|
|
<div class="body">
|
|
<h1>Page 2</h1>
|
|
Hello. Go to <a href="index.html" class="js-Pjax">Index</a>.
|
|
</div>
|
|
</body>
|
|
</html>
|