intlTelInput JS countrychange无法正常工作

时间:2018-04-19 06:33:59

标签: javascript html

使用以下图书馆进行电话下拉国家/地区

https://intl-tel-input.com/

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)
*/

0 个答案:

没有答案