I use the following code to create the textbox
for enter the phone number in run Time .How to add hyphen(-) in between the phone Numbers.For example If I type 1234567 the entry should show like this 123-45-67 how to do this? how to do this in JQuery?
<input id="abcd" type="text" value="" style="width:220px">