Questions tagged as 'mask-plugin'

1
answer

Mascara AngularJS

I am using AngularJS and in my form I have some fields that need masks, until then I have already done it, I used ui.mask . var app = angular.module("empresaApp",['angularUtils.directives.dirPagination','ui.mask']); My input lo...
asked by 26.09.2017 / 21:01
1
answer

mask is not a function

I'm having a bug in a jQuery mask function. Here's my code: //############## MASK INPUT $(".formDate").mask("99/99/9999"); $(".formTime").mask("99/99/9999 99:99"); $(".formCep").mask("99999-999"); $(".formCpf").mask("999.999.999-99");...
asked by 14.12.2016 / 14:39