Most voted "mask-plugin" questions
3 questions
Sort by count of
-
0
votes0
answers37
viewsOptional ninth digit using Jquery Mask Plugin
How can I make Jquery Mask Plugin formatting automatically fit the number of digits? for phones with 8 digits and/or 9 (optional), it looks like this: $(document).ready(function() {…
-
0
votes1
answer1142
viewsMask is not a function
I am in error on a jQuery Mask function. Here is my code: //############## MASK INPUT $(".formDate").mask("99/99/9999"); $(".formTime").mask("99/99/9999 99:99"); $(".formCep").mask("99999-999");…
-
0
votes2
answers1762
viewsmascara Angularjs
I’m using AngularJS and in my form I have some fields that need masks, so far I have managed to do, I used the ui.mask. var app =…