Input field filter solution for jQuery

Does anyone know of a good solution for filtering input using jQuery?

I would like to do something like this:

$ ("#field_name") InputFilter ("### - ### - ####").

I would also like the visual interface to enforce and display placeholders for ### - ### - ####, #####, etc.

Sincerely.

+2


source to share


1 answer


Masked input plugin



+6


source







All Articles