city-picker icon indicating copy to clipboard operation
city-picker copied to clipboard

下拉面板式省市区三级联动jquery插件,视觉更清爽,交互体验更友好。

Results 48 city-picker issues
Sort by recently updated
recently updated
newest added

1. Migrate to ES6 1. Migrate to ESlint 1. add Github @dependabot 1. add Github Action CI 1. etc ... > [Demo](https://ettingshausen.github.io/city-picker/)

$(...).citypicker is not a function

看来省区区的demo觉得不明觉厉阿

现在city-picker只有中国地区,假如说要使用国外地区,该要如何使用,不能重新加载页面,通过页面上某个地方直接改变city-picker需要的数据并且重新加载.这样的需求能够做到嘛 ? 求大神解答。

// 源码 添加设置方法 setValue // $("#city-picker").citypicker("setValue", data.PcdName); setValue: function (address) { //贵州省/黔东南苗族侗族自治州/天柱县 this.$element.val(address).trigger('change'); }, reset: function () { this.$element.val(null).trigger('change'); },

广东省东莞市和中山市,海南省的三沙市和儋州市、甘肃省的嘉峪关市 这五个地方没有区县,直接就到镇级单位了,也称“直筒子市” 所以在选择东莞中山的第三级数据时,有错误

https://blog.csdn.net/jianye112/article/details/103586022