jquery phone number mask

Solutions on MaxInterview for jquery phone number mask by the best coders in the world

showing results for - "jquery phone number mask"
Giorgio
10 Sep 2019
1<script type='text/javascript' src="https://cdnjs.cloudflare.com/ajax/libs/jquery.inputmask/5.0.5/jquery.inputmask.min.js"></script>
2<script>
3  $(function () {
4    $('#contact_phone').inputmask({"mask": "(999) 999-9999"})
5  });
6</script>