Skip to content

Releases: wbruno/jquery.maskx

Check for invalid inputs

11 Oct 14:41
Compare
Choose a tag to compare
fix: money mask (#2)

* fix: toFixed(2) before apply money mask

* add: test

* fix: identation

* add: more tests

Enhancement money maks

17 Mar 21:08
Compare
Choose a tag to compare

Accept passing money mask as input and template
$.maskx.money(1234); // '1.234,00'
$.maskx.money(1234.1); // '1.234,10'

Safe check

17 Mar 17:59
Compare
Choose a tag to compare
v0.2.2

Safe check

Typo

17 Mar 17:28
Compare
Choose a tag to compare
v0.2.1

typo

Now on bower

17 Mar 17:24
Compare
Choose a tag to compare
v0.2.0

Send to bower