Keith Adler
Keith Adler

Reputation: 21178

Input field filter solution for jQuery

Anyone know a good solution for filtering input using jQuery?

I'd like to do something like this:

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

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

Regards.

Upvotes: 2

Views: 1124

Answers (1)

astropanic
astropanic

Reputation: 10939

Masked input plugin

Upvotes: 6

Related Questions