I'm having a little issue with a masked input with jquery:

the problem is ,how cn i input the different phone number in the same textfiled ?

eg : the frst 1 i wnt to input 09-99999999 and the another 1 is 019-9999999 ...

hw cn i set the symbol "-" at the index 1 n index 2 .. ? tq :)

link|improve this question
feedback

1 Answer

Better to receive the input as a number itself, and when the textbox loses focus change it to your desired format.

Check a demo

link|improve this answer
1  
And be careful with that "desired format" business, phone numbers in the UK don't look like ones in the US for example. – mu is too short Jan 14 '11 at 9:45
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.