Skip to content

Commit

Permalink
initial release
Browse files Browse the repository at this point in the history
  • Loading branch information
ruoso committed Jan 14, 2011
0 parents commit 6510269
Show file tree
Hide file tree
Showing 5 changed files with 7,474 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
This plugin will perform mask validation based on an arbitrary regular
expression. It will take the current input value, plus the incoming
character in the keydown event and test against the provided regex to
assert if the incoming character should be accepted or not.

In terms, it is a bit alike the keyfilter plugin, but it tests the
incoming character in the context of the whole string.

USAGE:

$('.float').regexMask(/^\d+(,\d+)?$/);

or you can use one of the named masks, which include:

float-ptbr
float-enus
Loading

0 comments on commit 6510269

Please sign in to comment.