Leonardo Silva
Results
2
comments of
Leonardo Silva
I had the same problem. To fix, I change the following code in the jquery.maskMoney.js function mask() { var value = $input.val(); if (settings.allowEmpty && value === "") { return;...
I had this problem. I fixed it changing the following code in the unmasked function. if (split.length > 1 && split[split.length-1].length > 0 && $(this).data("settings").precision > 0) { .... }