Skip to content
This repository was archived by the owner on Mar 8, 2025. It is now read-only.

Releases: wbruno/jquery.maskx

Check for invalid inputs

11 Oct 14:41

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

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

Choose a tag to compare

v0.2.2

Safe check

Typo

17 Mar 17:28

Choose a tag to compare

v0.2.1

typo

Now on bower

17 Mar 17:24

Choose a tag to compare

v0.2.0

Send to bower