jQuery-Mask-Plugin icon indicating copy to clipboard operation
jQuery-Mask-Plugin copied to clipboard

static value test added

Open NoxelNyx opened this issue 3 years ago • 0 comments

Added testMaskedVal method that returns the result of regexMask.test(p.val()).

Added static method maskMatched that returns the result of testMaskedVal method.

Updated existing focusout.mask event to reference testMaskedVal method.

NoxelNyx avatar May 23 '22 18:05 NoxelNyx