06-03-2019, 03:06 PM
Hi Luiz, in this page https://github.com/plentz/jquery-maskmoney:
Return a float value (ex.: 'R$ 1.234,56' => 1234.56). PS: If you have only one input field, you should use this way, since it will always return an array.
Code:
.maskMoney('unmasked')
Code:
.maskMoney('unmasked')[0]