Skip to content

techarch/CurrencyMaskJS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

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