Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 280 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 280 Bytes

cityPicker

适用于移动端的地址选择器

下载

    npm install citypicker  或
    
    bower install cityPicker git://github.com/lwzhang/cityPicker.git

使用方法

    <input type="text" class="city"/>
    
    $(".city").CityPicker();