Number masking Javascript formatter/validator function.Can be used for sin, credit card masking.
In this post, I have tried to create a simple Javascript function, which allows us to enter a number and mask the number on focus-out event in the textbox. This formatter is mostly used to enter a credit card, sin…