Get started with jquery CDN
MIT licensed
JQuery is a popular library for simplifying HTML document manipulation and handling events.
Tags:- jquery
- library
- ajax
- framework
- toolkit
- popular
Stable version
Copied!
How to start using jquery CDN
<!DOCTYPE html>
<html>
<head>
<title>Get started with jquery CDN - cdnhub.io</title>
<script src="https://cdn.cdnhub.io/jquery/3.7.1/jquery.min.js"></script>
<script>
$(document).ready(function() {
$('button').click(function() {
$('p').toggle();
});
});
</script>
</head>
<body>
<button>Toggle Paragraph</button>
<p>This is a paragraph.</p>
</body>
</html>
Copied!
Copied!
Copied!
Copied!
Copied!
Copied!
All versions
1.10.0
1.10.1
1.10.2
1.11.0
1.11.0-beta3
1.11.0-rc1
1.11.1
1.11.1-beta1
1.11.1-rc1
1.11.1-rc2
1.11.2
1.11.3
1.12.0
1.12.1
1.12.2
1.12.3
1.12.4
1.2.3
1.2.6
1.3.0
1.3.1
1.3.2
1.4.0
1.4.1
1.4.2
1.4.3
1.4.4
1.5.1
1.6.1
1.6.2
1.6.3
1.6.4
1.7
1.7.1
1.7.2
1.8.0
1.8.1
1.8.2
1.8.3
1.9.0
1.9.1
2.0.0
2.0.1
2.0.2
2.0.3
2.1.0
2.1.0-beta2
2.1.0-beta3
2.1.0-rc1
2.1.1
2.1.1-beta1
2.1.1-rc1
2.1.1-rc2
2.1.2
2.1.3
2.1.4
2.2.0
2.2.1
2.2.2
2.2.3
2.2.4
3.0.0
3.0.0-alpha1
3.0.0-beta1
3.0.0-rc1
3.1.0
3.1.1
3.2.0
3.2.1
3.3.0
3.3.1
3.4.0
3.4.1
3.5.0
3.5.1
3.6.0
3.6.1
3.6.2
3.6.3
3.6.4
3.7.0
*** 3.7.1