Re: [jQuery] Input for special numbers

2009-11-07 Thread brian
Have a look at the Masked Input Plugin: http://digitalbush.com/projects/masked-input-plugin/ On Sat, Nov 7, 2009 at 5:31 AM, kicaj wrote: > How build input form where we can put only 9 digits, and after first 3 > digits join '-', and after next two digits again join '-'? > Like this: 342-23-4323

[jQuery] Input for special numbers

2009-11-07 Thread kicaj
How build input form where we can put only 9 digits, and after first 3 digits join '-', and after next two digits again join '-'? Like this: 342-23-4323 Only numbers, but '-' will be added automatic! Without plugin, only very simple solution:) Thanks! Sorry, for my english:/