使用以下图书馆进行电话下拉国家/地区
https://github.com/jackocnr/intl-tel-input
我试过
$('.country-select').on("countrychange", function(e, countryData) {
alert(countryData);
});
但它不是选择的警报值。
使用以下版本
/*
intl-tel-input
version: 0.9.2
description: A jQuery plugin for entering international telephone numbers
repository: https://github.com/Bluefieldscom/intl-tel-input.git
license: MIT
author: Jack O'Connor (http://jackocnr.com)
*/