Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 346 Bytes

README.md

File metadata and controls

16 lines (9 loc) · 346 Bytes

jQuery Format Phone

Formats text fields as phone numbers on the fly, like when you type in the iPhone's phone number field.

Usage

Just call formatsPhone where you want the behavior.

$('input[type="text"]').formatsPhone();

Now all text inputs on that page will format phone numbers.

TODO

  • Backspace behavior is a bit weird.