I need to do a dropdown menu for entering telephone numbers. I want to do something similar as google does in his registration form. Something like this:
Do you know any opensource dropdown menu for telephone prefix?
I have looking in google and the most similar thing I have found is this menu. I can modify it to do what I want but it will take time and I think maybe someone has already did something similar.
NOTE: The link I am sharing contains only countries and flags. I am looking for a full dropdown containing flags, country names, country names in original language, ability to add a country first ignoring alphabetical order and international phone prefixes.
I also needed this, so I built it.
Here is a live demo.
It currently has the following features:
I built it out of the following open source projects:
Well, you need a database which contains all the details of the phone-numbers, then you need to query the database through Ajax, return the results via Ajax too, and display it. After getting the results, you can create a div or p element of your own, populate them with the incoming data, and display it. if you don't want to do that, use jQuery UI Autocomplete.
its work fine there is no probelm in code may be it will help for you thanks
header link https://cdnjs.cloudflare.com/ajax/libs/intl-tel-input/6.4.1/css/intlTelInput.css scripts http://code.jquery.com/jquery-latest.min.js https://cdnjs.cloudflare.com/ajax/libs/intl-tel-input/6.4.1/js/intlTelInput.min.js
java code $("#mobile-number").intlTelInput(); form code