Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 227 Bytes

README.markdown

File metadata and controls

13 lines (9 loc) · 227 Bytes

Usage

Put a regular expression as a argument on singlemask then only characters in accord of the regexp will be used.

Example

To the input receive only integers:

$('input.integer').singlemask(/\d/);