Get started with jquery.alphanum CDN

GPL-2.0 licensed

JQuery.alphanum is a jQuery plugin that restricts input to alphanumeric characters only.

Tags:
  • alphanumeric
  • alphanun
  • alphabetic
  • numeric
  • input
  • textarea
  • text
  • restrict

Stable version

Copied!

How to start using jquery.alphanum CDN


<!DOCTYPE html>
<html>
<head>
  <title>Get started with jquery.alphanum CDN - cdnhub.io</title>
  <script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
  <script src="https://cdn.cdnhub.io/jquery.alphanum/1.0.24/jquery.alphanum.min.js"></script>
</head>
<body>
  <!-- Your HTML content goes here -->
  <script src="script.js"></script>
</body>
</html>
Copied!
Copied!

All versions