Get started with imask CDN
MIT licensed
IMask: library for input masking, enhancing UX with real-time feedback and validation.
Tags:- javascript
- jquery
- input
- mask
Stable version
Copied!
How to start using imask CDN
<!DOCTYPE html>
<html>
<head>
<script src="https://cdn.cdnhub.io/imask/7.5.0/imask.min.js"></script>
<style>
#mask input { width: 100px; padding: 5px; margin: 10px; border: 1px solid #ccc; text-align: center; }
</style>
</head>
<body>
<div id="mask">
<input type="text" mask="00/00/0000" placeholder="MM/DD/YYYY">
</div>
<script>
const maskInput = document.querySelector('#mask input');
MaskedInput.create(maskInput, {
mask: '00/00/0000'
});
</script>
</body>
</html>
Copied!
Copied!
Copied!
Copied!
Copied!
All versions
1.2.0
1.2.1
1.2.3
1.2.4
2.0.0
2.0.1
2.1.0
2.1.1
2.2.0
3.0.0
3.1.0
3.1.1
3.1.2
3.2.2
3.2.3
3.2.4
3.3.0
3.4.0
4.0.0
4.1.0
4.1.1
4.1.2
4.1.3
4.1.4
4.1.5
5.0.0
5.1.0
5.1.1
5.1.2
5.1.3
5.1.4
5.1.5
5.1.6
5.1.7
5.1.8
5.1.9
5.2.0
5.2.1
6.0.1
6.0.2
6.0.3
6.0.5
6.0.6
6.0.7
6.1.0
6.2.0
6.2.2
6.3.0
6.3.0-alpha.0
6.4.0
6.4.1-alpha.0
6.4.2
6.4.3
6.4.3-alpha.0
6.5.0
6.5.0-alpha.0
6.5.0-alpha.1
6.5.1
6.5.1-alpha.0
6.5.1-alpha.1
6.6.0
6.6.0-alpha.0
6.6.1
6.6.1-alpha.0
6.6.1-alpha.1
6.6.1-alpha.2
6.6.2
6.6.3
7.0.0
7.0.0-alpha.0
7.0.0-alpha.1
7.0.0-alpha.2
7.0.0-alpha.3
7.0.0-alpha.4
7.0.0-alpha.5
7.0.0-alpha.6
7.0.1
7.0.1-alpha.0
7.0.1-alpha.1
7.1.0-alpha.0
7.1.0-alpha.1
7.1.0-alpha.2
7.1.1
7.1.2
7.1.3
7.2.0
7.2.1
7.3.0
7.4.0
7.5.0
7.5.1-alpha.0
7.6.0
*** 7.6.1