Get started with jquery.mask CDN
MIT licensed
JQuery Mask is a plugin that adds input masks to HTML forms for easier data entry.
Tags:- jquery
- mask
- input
- form
Stable version
Copied!
How to start using jquery.mask CDN
$(document).ready(function() {
// Select the input element and initialize the mask
$('.mask-phone').mask('(999) 999-9999');
// Select the input element for CNPJ and initialize the mask with Brazilian CNPJ format
$('.mask-cnpj').mask('99.999.999/9999-99');
});
Copied!
Copied!
All versions
0.7.5
0.9.0
1.10.10
1.10.11
1.10.12
1.10.13
1.10.3
1.10.4
1.10.5
1.10.6
1.10.7
1.10.8
1.10.9
1.11.0
1.11.1
1.11.2
1.11.3
1.11.4
1.12.0
1.13.0
1.13.1
1.13.2
1.13.3
1.13.4
1.13.5
1.13.6
1.13.7
1.13.8
1.13.9
1.14.0
1.14.1
1.14.10
1.14.11
1.14.12
1.14.13
1.14.14
1.14.15
*** 1.14.16
1.14.2
1.14.3
1.14.4
1.14.5
1.14.6
1.14.7
1.14.8
1.14.9