Easy jQuery International Telephone Input Plugin - IntlInputPhone
File Size: | 232 KB |
---|---|
Views Total: | 22200 |
Last Update: | |
Publish Date: | |
Official Website: | Go to website |
License: | MIT |

IntlInputPhone is a jQuery plugin that creates a country dropdown with country dialing codes and flags to help the users quickly enter the telephone numbers. Based on Google libphonenumber and Bootstrap's dropdown, tooltip and popover components.
See also:
- International Phone Number Input Plugin with jQuery - mobilePhoneNumber
- jQuery International Telephone Input With Flags and Dial Codes
How to use it:
1. Put the jQuery IntlInputPhone plugin's CSS in the header of your html page.
<link rel="stylesheet" href="intlInputPhone.min.css">
2. Create a container element for the international telephone input.
<div class="input-phone"></div>
3. Put jQuery library and the jQuery IntlInputPhone plugin's JavaScript at the bottom of the html page.
<script src="//code.jquery.com/jquery.min.js"></script> <script src="intlInputPhone.min.js"></script>
4. Initialize the plugin and we're done.
$('.input-phone').intlInputPhone();
This awesome jQuery plugin is developed by danielkanangila. For more Advanced Usages, please check the demo page or visit the official website.