Get started with jquery-placeholder CDN
MIT licensed
Older browsers lack placeholder support; JQuery Plugin adds it.
Tags:- jquery
- placeholder
- input
- textarea
- html5
Stable version
Copied!
How to start using jquery-placeholder CDN
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/jquery-placeholder/2.3.1/jquery.placeholder.min.css">
<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
<script src="https://cdn.cdnhub.io/jquery-placeholder/2.3.1/jquery.placeholder.min.js"></script>
<title>Get started with jquery-placeholder CDN - cdnhub.io</title>
</head>
<body>
<!-- Your HTML content goes here -->
</body>
</html>
Copied!
Copied!
Copied!