Get started with jquery.pjax CDN
MIT licensed
JQuery PJAX: Library for smooth, efficient AJAX-powered single-page updates.
Tags:- jquery.pjax
- ajax
- pjax
- pushState
- jquery
Stable version
Copied!
How to start using jquery.pjax CDN
<!DOCTYPE html>
<html>
<head>
<title>Get started with jquery.pjax CDN - cdnhub.io</title>
<link rel="stylesheet" href="styles.css">
<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
<script src="https://cdn.cdnhub.io/jquery.pjax/2.0.1/jquery.pjax.min.js"></script>
</head>
<body>
<div id="content"></div>
<button id="load-button">Load Content</button>
<script src="script.js"></script>
</body>
</html>
Copied!
Copied!
Copied!