Posts by Everton Almeida • 1 point
1 post
-
-2
votes2
answers361
viewsA: Problems with jquery and input mask
Already tried using the function mask of Jquery: Behold: <script> $(document).ready(function () { $(".real").mask('#.##0,00', { reverse: true }); }); </script>…