Get started with jquery.payment CDN
MIT licensed
JQuery.Payment: Popular plugin for handling credit card payments in HTML forms using jQuery.
Tags:- payment
- jquery
Stable version
Copied!
How to start using jquery.payment CDN
<!DOCTYPE html>
<html>
<head>
<title>Get started with jquery.payment CDN - cdnhub.io</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/jquery-payment/3.0.0/jquery.payment.css">
<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
<script src="https://cdn.cdnhub.io/jquery.payment/3.0.0/jquery.payment.min.js"></script>
</head>
<body>
<!-- Your HTML content goes here -->
<script src="script.js"></script>
</body>
</html>
Copied!
Copied!
Copied!