jQuery-Mask-Plugin
jQuery-Mask-Plugin copied to clipboard
static value test added
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.