Hello, I have the following function
function CarregarMascaras() {
$('[data-mascara=numeroMonetario]').keyup(function () {
this.value = this.value.replace(/[^0-9]+[^\,]?[^0-9]+/g, '');
}).on('paste', function () {
this.value =...
asked by
25.07.2016 / 22:26