jQuery Input Masks

This Input Mask jQuery plugin has been very useful for me. It just works and and the minified code weighs in at 4k.

John Bush's Masked Input Plugin creates masked inputs using the simple jQuery you've come to know and love. I added a phone number (U.S.) mask to my entire form using this single line of code:

$(".phone").mask("(999) 999-9999");

Thanks to John Bush for making this available.

0 comments: