-
Notifications
You must be signed in to change notification settings - Fork 0
techarch/CurrencyMaskJS
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
CurrencyMaskJS ============ Adapted from original work from Dan Switzer (dswitzer@pengoworks.com) Original source http:www.pengoworks.com/workshop/js/mask/ Enhanced by Philippe Monnet (techarch@monnet-usa.com) in 2008-2011 Last revision: 2011-03-31 Note: this library does not depend on any other library. Usage examples: var price = document.getElementById("price"); var price_mask = new Mask("$#,###", "number"); price_mask.attach(price);
About
Allows the creation of input masks for currency amounts
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published